mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Avoid some corner cases like "SELECT 1 NOT WITH CUBE"
This commit is contained in:
parent
08c5c45f2b
commit
1f41aeaf7a
@ -1130,6 +1130,9 @@ const char * ParserAlias::restricted_keywords[] =
|
||||
"FORMAT",
|
||||
"UNION",
|
||||
"INTO",
|
||||
"NOT",
|
||||
"BETWEEN",
|
||||
"LIKE",
|
||||
nullptr
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user