|
hello suppose my table name is xyz in which three columns are there and another table abc also consist of three column, having id column common n both of them.normally we have seen that joins are used using select statement but i dont wana select column using join. i wana insert column using joins.i want to make use of insert statement in join not select. plz anyone answer ma question.
(comments are locked)
|
|
I'm not 100% sure what you are trying to do, but I hope this helps.
It will insert into table Another method that might work better for you in some situations is to use
(comments are locked)
|

