How to create a clustered table? #372
Unanswered
Bitsy-Chuck
asked this question in
Q&A
Replies: 2 comments
-
➜ ~ bq '--api=http://0.0.0.0:55487' -project_id=test-project query "create table if not exists |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i am using a query
create table if not exists `test-project.test-dataset.test-table`( col1 STRING,col2 STRING,col3 INT64) cluster by col1;
Getting the error:
CREATE TABLE with CLUSTER BY is unsupported
How can i create a clustered table?
Beta Was this translation helpful? Give feedback.
All reactions