Entering content frame

Syntax documentation single_select_statement Locate the document in the library structure

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

Leaving content frame