blob: 6b252733c3518f0cafd17642df3eed6af92ad441 [file] [log] [blame]
create table non_ascii_literal2 as
select "谢谢" as col1, "Абвгде" as col2;
select * from non_ascii_literal2
where col2 = "Абвгде";