I have two tables, the first table has 2000+ records the other only has approx 500....two columns as "linked" that is they are the same information.... .PK and date...I would like to insert the remaining 1500+ records into the smaller table.
what I need is an if not exist in table2 insert new record using table1 values PK, date
Any Ideas?
what I need is an if not exist in table2 insert new record using table1 values PK, date
Any Ideas?
Comment