Created
April 1, 2019 13:27
-
-
Save dimitrisdovinos/48c5f64ae872149dd4d4f4ab24761dba to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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