blob: 10da27cf1cbde6da152ef0c0dbdac4e96d3321f2 [file] [log] [blame]
--! qt:dataset:srcpart
DROP VIEW xxx8;
CREATE VIEW xxx8
PARTITIONED ON (ds,hr)
AS
SELECT key,ds,hr FROM srcpart;
-- should fail: need to fill in all partition columns
ALTER VIEW xxx8 ADD PARTITION (ds='2011-01-01');