Basic Table
The simplest CREATE TABLE according to the grammar.
Grammar Syntax
Sample Source Patterns
ANSI SQL Input Code
CREATE TABLE TABLE01 (COLNAME VARCHAR(20));Snowflake Output Code
CREATE TABLE TABLE01 (COLNAME VARCHAR(20));Last updated
Was this helpful?