blob: 29152b66f6d1106b4b5377b496d6b9f6d67f4f13 [file] [log] [blame]
INSERT OVERWRITE INTO customer_parts
SELECT
c_custkey,
c_name,
c_address,
c_phone,
c_acctbal,
c_mktsegment,
c_comment,
c_nationkey
FROM customer;