Skip to content

fix: fix usage alias with arithmetic expression

Asya Lomakina requested to merge 311-fix_arithmetic_grammar into main

previously we suggested that operand of arithmetic expression is column. it allows use alias (a as a1 + b as b2). ofcourse operand must be value (a), while alias usage must be available for expression (a + b as sum)

Merge request reports