forked from repo-mirrors/sqlfluff
3 lines
150 B
SQL
3 lines
150 B
SQL
CREATE TABLE foo (col1 STRING, col2 int, col3 STRING)
|
|
SKEWED BY (col1, col2) ON (('s1',1), ('s3',3), ('s13',13), ('s78',78)) STORED AS DIRECTORIES;
|