Skip to main content
An expression can consist of a literal constant, a column name, or a function applied to a constant or column name. A compound expression is an operation or function applied to one or more expressions. The following are the supported expression operators:
  • + addition
  • - subtraction
  • * multiplication
  • / division
  • () grouping
  • || string concatenation