Library /sys$common/syshlp/SQL$HELP72.HLB  —  DECLARE  LOCAL_TEMPORARY_TABLE, Arguments  dec-local-col-definition
    The definition for a column in the table. SQL gives you two ways
    to specify column definitions:

    o  By directly specifying a data type to associate with a column
       name

    o  By naming a domain that indirectly specifies a data type to
       associate with a column name

    See the CREATE TABLE for more information about column
    definitions. See the Data_Types HELP topic for more information
    about data types.
Close Help