Syntax documentationcreate_table_temp Locate this document in the navigation structure

Syntax Syntax

  1. <create_table_temp> ::=
    <!  <create_table_statement> for creating temporary tables,
        that is, the table name <table_name> in the 
        CREATE TABLE statement must have the form TEMP.<identifier>
    !>
End of the code.