fork download
  1. create table tbl(str varchar(20));
  2. insert into tbl values('Hello world!');
  3. select * from tbl where NULL=NULL;
Success #stdin #stdout 0s 2964KB
stdin
Standard input is empty
stdout
Standard output is empty