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
Should I upgrade to ZoneAlarm Extreme to protect against Gumblar?
Using tool tip
AS3: Can you apply a style sheet to a textfiled in a movieclip?
No longer have LAN access after seting up VPN Server role
RPC over HTTP wont work after reinstall of IIS and Exchange 2003
Motorola Razr Phone sync with outlook
Environment variables of a process : Linux
ovraw & ovkey
Copy and paste lines in a file, bash scripting
Python and Tkinter : image border when button is selected