SQL$HELP_OLD72.HLB  —  CREATE  OUTLINE  Arguments  FROM sql query
    Enables an outline to be created directly from an SQL statement.

    If the AS clause is not specified, the sql-query is compiled and
    the resulting outline is stored. If the AS clause is specified,
    the sql-query provides an alternate means of specifying the ID.
    If the USING clause is specified, the sql-query is optimized
    using the designated outline as a starting point.

    The only statement accepted as an sql-query in the FROM clause is
    a SELECT statement. Do not end the sql-query with a semicolon.
Close Help