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
ADO ODBC to Centura SQL DB
EF4 + WCF Self Tracking Entities problem
VBA Excel loop through selected area
Sql query returning different results each time it is run even though conditions are the same.
Centrally run macro - deployment
Resize all controls before form shows
I am a little confused how the right outer join on #d knows which table is to the right?
Windows 7 and .NET compatibility
Access 2007 Linked to Sharepoint with Drop-downs - type mismatch
.NET: Entity Framework, Views and Stored Procedures