blob: 2d7f3ca4bb1a50f68839407aed6fc64bf0e3f437 [file] [log] [blame]
use drill_mysql_test;
create table CASESENSITIVETABLE (
a BLOB,
b BLOB
);
insert into CASESENSITIVETABLE (a, b) values ('this is a test', 'for case sensitive table names');