blob: 3a500a18eb52ca0750bd227c2ea680b06afdf539 [file] [log] [blame]
INSERT OVERWRITE INTO customer_broad_parts
SELECT
c_nationkey,
c_name,
c_address,
c_phone,
c_acctbal,
c_mktsegment,
c_comment,
c_custkey
FROM customer;