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
Cloning X300 from Symantec Ghost 8.3
Exchange 2007 and Exchange 2003 OWA question
How do I call a server automatically with Flash AS2. / PHP
muweb.dll The specified file could not be found when trying to run Microsoft Update
How to Implement Full Text Search in MSSQL 2005
How to delete files based on their age in day
Question about the setup of DFS-R and multiple namespace servers
Changing Computer Name in Virtual PC
Problem accessing global IP that are local servers within the optional port of my Firebox
How do i send a copy of a non-delivery report to Postmaster with exchange 2007