blob: 18c9086af3166ee2eaf3d0870e31a0525a9d4735 [file] [log] [blame]
create table ctas1
location 'file:${system:test.tmp.dir}/ctastmpfolder'
as
select * from src limit 3;
create table ctas2
location 'file:${system:test.tmp.dir}/ctastmpfolder'
as
select * from src limit 2;