fork download
  1. create table tbl(str varchar(20));
  2. insert into tbl values('Hello világ,hello world!');
  3. select * from tbl;
Success #stdin #stdout 0s 5280KB
stdin
Standard input is empty
stdout
Hello világ,hello world!