I think I did the incorrect way.Right one:INSERT INTO purchase_line_item_testWith combined_result AS (SELECT "Order Number"
, valid_profiles.email_address as "Email"
, "Product Hierarchy Code"
, "Product Name"
, "Quantity"
, "Price"
, "SKU"
FROM purchases)SELECT "Order Number", "Email, "Product Hier...