lava-oushudb-dt-sql-parser/test/parser/hive/syntax/fixtures/alterView.sql
2023-07-07 17:04:37 +08:00

9 lines
250 B
SQL

ALTER VIEW mydb.view1 SET TBLPROPERTIES ('author'='hayden','date'='2023-07-07')
ALTER VIEW view2
AS SELECT DISTINCT id, `name`, runtime
FROM task_tbl
WHERE type='hour';
ALTER MATERIALIZED VIEW myschema1.materialized_view_1
ENABLE REWRITE;