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
Problem with default values in SSRS2008
offline synchronized file Gone how to restore them?
Weird color change when switching from MS Excel to MS Access
How to Take ownership of folder and all subdirectories and files?
How to tell if Windows server 2008 is in Native mode
Custom Ribbon vba tab selection
How do I insert a word document or pdf into the body of an email?
how to store emails from exchange server into a tale in access?
Windows 2008: When they say "CPUs supported", are they talking CPU sockets or CPU cores?
The transaction log for database 'mydatabase' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases