Files
doris/docs/documentation/cn/sql-reference/sql-statements/Data Definition
xy720 1113f951c3 Alter view stmt (#2522)
This commit adds a new statement named alter view, like
ALTER VIEW view_name
(
col_1,
col_2,
col_3,
)
AS SELECT k1, k2, SUM(v1) FROM exampleDb.testTbl GROUP BY k1,k2
2019-12-27 14:02:56 +08:00
..
2019-12-27 14:02:56 +08:00