COLUMNS
Description
Grammar Syntax
( column_name [, ... ] )Sample Source Patterns
Input Code:
CREATE TABLE table1
(
col1, col2, col3
)
AS SELECT col1, col2, col3 FROM table_test;Output Code:
Related EWIs
Last updated
