>>-CREATE--+-TEMP-----------+--TABLE--table---------------------> | (1) | '--------SCRATCH-' >--| Table Definition |---------------------------------------->< Table Definition: .-,--------------------------. V (2) | |--(----| Column Definition |------+--+-----------------------------------------------------------+--)--> | .-,----------------------------------------------. | | V (3) | | '-,------+-| Multiple-Column Constraint Format |------+-+---' | (2) | '-| Column Definition |----------------------' (4) >--+-------------+--| Options |---------------------------------| '-WITH NO LOG-'
Element | Description | Restrictions | Syntax |
---|---|---|---|
table | Name declared here for a table | Must be unique in session | Database Object Name, p. Database Object Name |
You must have the Connect privilege on the database to create a temporary table. The temporary table is visible only to the user who created it.
In DB–Access, using the CREATE Temporary Table statement outside the CREATE SCHEMA statement generates warnings if you set DBANSIWARN.
In ESQL/C, the CREATE Temporary TABLE statement generates warnings if you use the -ansi flag or set the DBANSIWARN environment variable.
Enterprise Edition Home | Express Edition Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]