INSERT INTO error_records(
order_id, email, full_name, first_name, last_name, phone, shipping_city, shipping_state_id, shipping_country, shipping_address, shipping_zip, product_id_csv, order_status, created_date, notes
)
VALUES (
'', '', '', '', '', '', '', '', '', '', '', '', '', '', 'unknown condition'
)