Syntax documentationsingle_select_statement Locate this document in the navigation structure

Syntax Syntax

  1. <single_select_statement> ::=
      SELECT [<distinct_spec>] <select_column>,... INTO <parameter_spec>,...
        FROM <from_table_spec>,...[<where_clause>] [<group_clause>]
        [<having_clause>] [<lock_option>]
End of the code.