質問編集履歴

1

クエリの修正

2022/07/13 08:35

投稿

oto2389
oto2389

スコア0

test CHANGED
File without changes
test CHANGED
@@ -9,7 +9,7 @@
9
9
  id int,
10
10
  name string,
11
11
  ...)
12
- PARTITION BY(
12
+ PARTITIONED BY(
13
13
  country string,
14
14
  date string
15
15
  );