blob: 9483f607846606e99e3cd5de6391f28d2a692240 [file] [log] [blame]
--! qt:dataset:srcpart
-- Can't update view to have an invalid definition
drop view v;
create view v partitioned on (ds, hr) as select * from srcpart;
create or replace view v partitioned on (ds, hr) as blah;