fork download
  1. create table tbl(str varchar(int(0)));
  2. insert into tbl values('Hello world!');
  3. select * from tbl;
Success #stdin #stdout #stderr 0s 5324KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Error: near line 1: near "int": syntax error
Error: near line 2: no such table: tbl
Error: near line 3: no such table: tbl