fork download
  1. CREATE MULTISET VOLATILE TABLE updatetable(
  2. id INTEGER,
  3. name VARCHAR(100),
  4. indicator_flag CHAR(1)
  5. )
  6. PRIMARY INDEX(id)
  7. ON COMMIT PRESERVE ROWS;
Success #stdin #stdout #stderr 0s 5548KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Error: near line 1: near "MULTISET": syntax error