Hi there all.
I have a bit of an SQL brain teaser – I’m fairly sure that this can be done with in SQL, just I haven’t been able to figure out how yet.
I have two tables called AL_tbl_IDNumber and EmailAddressTbl, both of them have primary keys called IDNumber.
I want to select all IDNumbers from AL_tbl_IDNumber that is NOT in EmailAddressTbl.
Anyone got any good SQL solutions to this one?
Thanks
James