Explorar el Código

Use bigint for order_number

Avoid overflow
Mostafa Mokhtar hace 10 años
padre
commit
077d9ff1e6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,