Microsoft
Software
Hardware
Network
Question : How do I find items in one table that are not in another?
I have two tables A and B, both have a column 'id'. I want a mysql query that delivers all the rows of A for which A.id is not in the B.id column.
Answer : How do I find items in one table that are not in another?
1:
select * from A where A,id not in (select B.id from B)
Open in New Window
Select All
Random Solutions
Windows 2003 A.D. integrated DNS - nslookup timeout errors
Aix 5.2 - Changing port numbers?
EHLO with a 500
What is best for SEO? Whole site or partial site secure?
The WScript equivalent?
How do I Fix a RUNDLL Error
pthread_mutex_t vs sem_t
Can't copy files from cd
Excel filepath footer ??
OWA with S/MIME killing Internet Explorer