blob: 7696cd48e2d5055138bab825c900103e1bac35a6 [file] [log] [blame]
--! qt:dataset:srcpart
-- Can't combine IF NOT EXISTS and OR REPLACE.
drop view v;
create view v partitioned on (ds, hr) as select * from srcpart;
create or replace view if not exists v as select * from srcpart;