I have 2 tables with the following fields.
Table1
Field1 Field2 Field3 Field4 Field5 Field6
1 4 6
A B C
5 8 1
Table2 (Empty table without data)
Field1 Field2 Field3
I like to write a query that take data from table1 and insert into table2. The result in table2 shall be.
Table2
Field1 Field2 Field3
1 4 6
A B C
5 8 1
Thank you very much for your help
Table1
Field1 Field2 Field3 Field4 Field5 Field6
1 4 6
A B C
5 8 1
Table2 (Empty table without data)
Field1 Field2 Field3
I like to write a query that take data from table1 and insert into table2. The result in table2 shall be.
Table2
Field1 Field2 Field3
1 4 6
A B C
5 8 1
Thank you very much for your help