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
xp wont boot....safe mode hangs on installing driver lcbtndev.sys what can i do?
Windows 2000 DNS without DHCP
MSISYS.VXD and HwInfod.VXD Win98
Administrator mailbox - can't open it or move it
Safe to delete Mailbox Store?
HOw do i tell what services are running on AIX box
DNS suffix search via DHCP
Difference between DBI & DBD?
run a batch file using system command in cgi
copy xp setup files to hard drive