blob: e587947bdd3d4c7fe0fff072f99fd0b9dc9717eb [file] [log] [blame]
drop table if exists testctas1;
drop table if exists testctas2;
create table testctas1 (id int);
create table testctas2 as select * from testctas1 where 1=2;