Type Alias: SqlBinaryOperator
SqlBinaryOperator:
"="
|"<>"
|">"
|">="
|"<"
|"<="
|"and"
|"or"
| "||" |"*"
|"/"
|"%"
|"+"
|"-"
|"->"
|"->>"
SqlBinaryOperator:
"="
|"<>"
|">"
|">="
|"<"
|"<="
|"and"
|"or"
| "||" |"*"
|"/"
|"%"
|"+"
|"-"
|"->"
|"->>"