|
CREATE TABLE ASNameCREATE TABLE AS — Creates a new tableCREATE TABLE table [ (column [, ...] ) ] AS select_clause Inputs
OutputsRefer to CREATE TABLE and SELECT for a summary of possible output messages. DescriptionCREATE TABLE AS enables a table to be created from the contents of an existing table. It is functionality equivalent to SELECT INTO, but with perhaps a more direct syntax. |
|||||||||||||||||
With any suggestions or questions please feel free to contact us |