Join in Insert [message #584896] |
Mon, 20 May 2013 07:01  |
Taha
Messages: 8 Registered: February 2009 Location: Karachi
|
Junior Member |
|
|
Hi
I am trying to insert records in multiple tables. I know how to view data using joinig, but unable to understand how to insert records in multiple tables using Joining. I searched it on net, but didn't find much. I have also tried to write a code, but it is not working, I have seen some examples on different websites where people are using SELECT in INSERT statement for joining. Kindly tell me the correct Syntax to INSERT record in Multiple tables.
Insert into library_users, library_users_info
(library_users.username, library_users.password, library_users_info.address, library_users_info.phone_no) VALUES (...)
[Updated on: Mon, 20 May 2013 07:02] Report message to a moderator
|
|
|
|
|