sql - How to write a query get all infomation from one table to another one -
I am creating an Access database that can fetch data from an external source and puts it in a table The data is linked to the source. As we all know that you do not have permission to redefine the linked table.
What do I have to do, to get that data from that link and to create another table that I have an extra new field
You need to read on appends queries:
In other SQL systems, this is something" INSERT INTO "or" INTO INTO "
Comments
Post a Comment