how to make a multple insert
Hi every body.
I’ve a got a problem for what i couldn’t get an anwser.I’ll try to explain the problem, through an example:
supposing that i have two tables where each one references the other:
I’ve a got a problem for what i couldn’t get an anwser.I’ll try to explain the problem, through an example:
supposing that i have two tables where each one references the other:
emp(num_emp,name,department,num_ser)
service(num_serv,name,num_emp)
how can i do to insert in the same time using a view, through a trigger or whatever, into the tables?
View full post on Tycoon Talk
insert, multple