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
Need help with a perl script taking keyboard input
record in Filemaker 10 is unsearcheable
windows update "software distribution service v3" problems?
Flash video won't work
Outlook won't send web page within email message body
Exchange stores
photometric lights in 3dsmax 7 - can't render on amd
Kerberos error in Exchange Cluster
create subform in form and subform show all records
DB2 Connection Interrupted