Browse Source

Use bigint for order_number

Mostafa Mokhtar 10 năm trước cách đây
mục cha
commit
dfd9b6f4bb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ddl-tpcds/text/web_sales.sql

+ 1 - 1
ddl-tpcds/text/web_sales.sql

@@ -22,7 +22,7 @@ create external table web_sales
     ws_ship_mode_sk           int,
     ws_warehouse_sk           int,
     ws_promo_sk               int,
-    ws_order_number           int,
+    ws_order_number           bigint,
     ws_quantity               int,
     ws_wholesale_cost         float,
     ws_list_price             float,