Microsoft
Software
Hardware
Network
Question : INSERT INTO TableA INNER JOIN TableB - possible or not?
As the title says, is this possible?
INSERT INTO TAbleA INNER JOIN TableB ON.TableA.TableAId=TableB.
TableAId (Tablea.Field1, TableA.Field2, TableB.Field1) VALUES SELECT Field1, Fied2, Field3 FROM TableC
I am interested in answers for both MS Access and MS SQL.
Answer : INSERT INTO TableA INNER JOIN TableB - possible or not?
You will have to use two different INSERT INTO statements. You cannot insert to the multiple tables at once in that manner.
Random Solutions
Is is possible to take of and land a cessna 172 or 152? on an aircraft carrier
How my Dialog is gone!!
Deploying Windows 7 with no mini-setup?
Excel: move 'value "+wildcard" to other column
SSIS Security
Outlook rules for to/cc field
how to easily find table scan queries
Convert conditional formatting to normal formatting? conditional is lost when converting to Excel 95
sharepoint 2007 workflows
convert Date() to CCYYMMDD format in SQL