PHPJavascript

Web Development Guide – My Personal Library of Tutorials and Scripts

Mysql join tables not equal values

November10

I wanted to join two tables and get the uncommon results or values between the two. I tried join statement but apprently that does not do the trick, use the following if you have such a requirement:

select * from a wheret id not in (select tid from b)

posted under MySQL

Email will not be published

Website example

Your Comment:

 

2,885 spam comments
blocked by
Akismet