Allowing expression in COUNT()
DQL aggregation functions
This commit is contained in:
parent
02ba144c8d
commit
097840dc93
1 changed files with 1 additions and 3 deletions
|
@ -2962,9 +2962,7 @@ class Parser
|
||||||
$isDistinct = true;
|
$isDistinct = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
$pathExp = ($lookaheadType === Lexer::T_COUNT)
|
$pathExp = $this->SimpleArithmeticExpression();
|
||||||
? $this->SingleValuedPathExpression()
|
|
||||||
: $this->SimpleArithmeticExpression();
|
|
||||||
|
|
||||||
$this->match(Lexer::T_CLOSE_PARENTHESIS);
|
$this->match(Lexer::T_CLOSE_PARENTHESIS);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue