Skip to content

Commit 4f6a11f

Browse files
authored
Update tpcds.md
1 parent 66249bf commit 4f6a11f

File tree

1 file changed

+1
-1
lines changed
  • docs/getting-started/example-datasets

1 file changed

+1
-1
lines changed

docs/getting-started/example-datasets/tpcds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ CREATE TABLE inventory (
257257
inv_date_sk UInt32,
258258
inv_item_sk Int64,
259259
inv_warehouse_sk Int64,
260-
inv_quantity_on_hand Nullable(Int32)
260+
inv_quantity_on_hand Nullable(Int32),
261261
PRIMARY KEY (inv_date_sk, inv_item_sk, inv_warehouse_sk),
262262
);
263263

0 commit comments

Comments
 (0)