Syntax documentationquery_expression Locate this document in the navigation structure

Syntax Syntax

  1. <query_expression> ::=
      <query_term>
    | <query_expression> UNION [ALL] <query_term>
    | <querry_expression> EXCEPT [ALL] <query_term>
End of the code.