Syntax
<single_select_statement> ::= SELECT [<distinct_spec>] <select_column>,... INTO <parameter_spec>,... FROM <from_table_spec>,...[<where_clause>] [<group_clause>] [<having_clause>] [<lock_option>]