Hi, Ralf, Regarding: "I want the entries from B with no corresponding entry in A "
I believe one way would be: SELECT * FROM B WHERE id NOT IN (SELECT id FROM A); _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

