fork download
  1. create table tbl(intt Integer(20));
  2. insert into tbl values(1);
  3. select * from tbl;
Success #stdin #stdout 0s 4388KB
stdin
Standard input is empty
stdout
1