blob: 675786b8ebab44ec3498ffa82a9073967ea217ff [file] [log] [blame]
drop table if exists escstr;
create table escstr(val string);
insert into escstr values('It\'s a simple test');
select * from escstr;