Jelajahi Sumber

Use bigint for order_number

Avoid overflow
Mostafa Mokhtar 10 tahun lalu
induk
melakukan
077d9ff1e6
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      ddl-tpcds/bin_partitioned/catalog_sales.sql

+ 1 - 1
ddl-tpcds/bin_partitioned/catalog_sales.sql

@@ -21,7 +21,7 @@ create table catalog_sales
     cs_warehouse_sk           int,
     cs_item_sk                int,
     cs_promo_sk               int,
-    cs_order_number           int,
+    cs_order_number           bigint,
     cs_quantity               int,
     cs_wholesale_cost         float,
     cs_list_price             float,