Find units with zero categories

Posted by Kevin Sedgley on Stack Overflow See other posts from Stack Overflow or by Kevin Sedgley
Published on 2010-06-01T14:37:53Z Indexed on 2010/06/01 14:43 UTC
Read the original article Hit count: 143

Filed under:
|

Hello,

I am after an SQL command to find units with no categories. Here are the tables:

Unit

id  name

UnitCategory

id  name

UnitCategoryIndex

id  categoryid  unitid

Thanks!

© Stack Overflow or respective owner

Related posts about sql

Related posts about mysql