Hi guys,
I have a query which looks up a table and appends any additions which arent in the table. The problem is its importing duplicates can anyone tell me how I do an "if doesnt exist" on a column please? My sql is below:
INSERT INTO ProjectsTable ( NAME, REFERENCE, NAME2 )
SELECT...