Avoid some corner cases like "SELECT 1 NOT WITH CUBE"

This commit is contained in:
Alexey Milovidov 2019-02-10 23:18:47 +03:00
parent 08c5c45f2b
commit 1f41aeaf7a

View File

@ -1130,6 +1130,9 @@ const char * ParserAlias::restricted_keywords[] =
"FORMAT",
"UNION",
"INTO",
"NOT",
"BETWEEN",
"LIKE",
nullptr
};