G
giannis
I have make a query that imports data in a table
from another table.
What must write in the WHERE in order that dont
import records that exist in the target table ?
The query is (withot WHERE) :
INSERT INTO Table1 ( field1, field2 )
SELECT [Table2].[F1], [Table2].[F2]
FROM Data WHERE ............
from another table.
What must write in the WHERE in order that dont
import records that exist in the target table ?
The query is (withot WHERE) :
INSERT INTO Table1 ( field1, field2 )
SELECT [Table2].[F1], [Table2].[F2]
FROM Data WHERE ............