File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ const reservedClauses = expandPhrases([
3232 // https://clickhouse.com/docs/sql-reference/statements/insert-into
3333 'INSERT INTO' ,
3434 'VALUES' ,
35+ // https://clickhouse.com/docs/sql-reference/statements/create/view#refreshable-materialized-view
3536 'DEPENDS ON' ,
3637 // https://clickhouse.com/docs/sql-reference/statements/move
3738 'MOVE {USER | ROLE | QUOTA | SETTINGS PROFILE | ROW POLICY}' ,
@@ -47,8 +48,8 @@ const reservedClauses = expandPhrases([
4748 'DEDUPLICATE BY' ,
4849 // https://clickhouse.com/docs/sql-reference/statements/alter/statistics
4950 'MODIFY STATISTICS' ,
51+ // Used for ALTER INDEX ... TYPE and ALTER STATISTICS ... TYPE
5052 'TYPE' ,
51-
5253 // https://clickhouse.com/docs/sql-reference/statements/alter
5354 'ALTER USER [IF EXISTS]' ,
5455 'ALTER [ROW] POLICY [IF EXISTS]' ,
You can’t perform that action at this time.
0 commit comments