Skip to content

Instantly share code, notes, and snippets.

@dimitrisdovinos
Created April 1, 2019 13:27
Show Gist options
  • Save dimitrisdovinos/48c5f64ae872149dd4d4f4ab24761dba to your computer and use it in GitHub Desktop.
Save dimitrisdovinos/48c5f64ae872149dd4d4f4ab24761dba to your computer and use it in GitHub Desktop.
insert into sales select nextval('sales_id_seq'), customer_first_name, customer_last_name, item_name, item_qty, total_spent
from t_data;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment