I have two tables, Table A and Table B with the same data in them. When new records are added to table B I want to run a query that will add those new records into table A. So basically when records in table B don't exist in table A I want to add them to table A.
How do I go about doing this?
Thanks
How do I go about doing this?
Thanks