fork download
  1. CREATE MULTISET VOLATILE TABLE xmlaggr_example
  2. (
  3. id INTEGER,
  4. code CHAR(1)
  5. )
  6. PRIMARY INDEX(id)
  7. ON COMMIT PRESERVE ROWS;
  8.  
Success #stdin #stdout #stderr 0.01s 5448KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Error: near line 1: near "MULTISET": syntax error