Skip to content

The hierarchy of SQL expression

Tako Lee edited this page Jun 15, 2017 · 13 revisions
  • scalar expr, a single value know as a field, or a list of single value know as a row
    • primary expr, in a primitive form.
      • value expr, a constant specifies a value.
        • literal
      • function call
    • binary expr, a combination of the other 2 expressions.
  • query expr(table expr), a set of rows

Clone this wiki locally