INSERT INTO A SELECT*FROM B WHERE title NOT IN(SELECT title FROM A)
A
B
I'm trying to insert everything in B into A that's not already in A.
I'm trying to work out why database questions aren't being asked in the database forum.