blob: 12b6059b9e3ee901ac36a450bea8f009a3ab41fc [file] [log] [blame]
-- View must have at least one non-partition column.
drop view v;
create view v partitioned on (ds, hr) as select * from srcpart;
create or replace view v partitioned on (ds, hr) as select ds, hr from srcpart;