skip to main content
Implementing SQL pass-through mode : Feature description : BNF description of the expression tree
 

BNF description of the expression tree

logexp:logexp[AND|OR|NOT] logexp
| cond
cond:valExp [ = | > | < | like ] valExp
valExp:valExp [ + | – | * | /] valExp
| value
value:literal
| column
| sub-query
| scalar function