Syntax documentationselect_statement Locate this document in the navigation structure

Syntax Syntax

  1. <select_statement> ::=
      <query_expression>
        [<order_clause>]
        [<limit_clause>]
        [<update_clause>]
        [<lock_option>]
        [FOR REUSE]
End of the code.