mirror of
https://github.com/sqlfluff/sqlfluff
synced 2025-12-17 19:31:32 +00:00
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;
|