blob: 4eb9c94896d8feaf57d5bf1c1186f25fe03da7df [file] [log] [blame]
-- 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;