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
to grep log files
token leak?
How do I export active directory delegation permissions & rights?
No system sound
Script to grab specific information from hyperterminal
SQL Server Agent sp_send_dbmail sending duplicate emails
DCDIAG question - FRS replication.
default font in Adobe Illustrator
Using Exmerge on Exchange 5.5 with mailbixes > 2Gb
change title case via javascript - search engine friendly?