mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Update ExpressionListParsers.cpp
This commit is contained in:
parent
c343623fa4
commit
de7a5dd1e6
@ -402,7 +402,7 @@ bool ParserVariableArityOperatorList::parseImpl(Pos & pos, ASTPtr & node, Expect
|
||||
bool ParserBetweenExpression::parseImpl(Pos & pos, ASTPtr & node, Expected & expected)
|
||||
{
|
||||
/// For the expression (subject [NOT] BETWEEN left AND right)
|
||||
/// create an AST the same as for (subject> = left AND subject <= right).
|
||||
/// create an AST the same as for (subject >= left AND subject <= right).
|
||||
|
||||
ParserKeyword s_not("NOT");
|
||||
ParserKeyword s_between("BETWEEN");
|
||||
|
Loading…
Reference in New Issue
Block a user