I have a temporary table (products_temp) with some data, and I have another table (products) I need to insert the data into. I have some constants I need to set manually on new records, like vendor_id=1, etc...
Is it possible to do the insertion with the temporary table data and the constants in one request?
temp_products:
product_name | product_desc | category_name | mf_name ...
products (category_name, mf_name is not in):
product_id | product_name | product_desc | vendor_id | distributor_id ...
constants:
vendor_id=1, distributor_id=2
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…