Jump to content

Grabbing empty group, sql query (join)


SnowControl

Recommended Posts

Heres the situation:

 

I have two tables, a newscategory table and a newsitem table. Each newsitem is connected to noe newscategory with a foreign key.

(simplified:)

NEWSITEM

newsitemID
newscategoryID*
newstext

 

NEWSCATEGORY

newscategoryID
categoryname

 

What i want to do, is to make a query that only lists the newscategory post that has 0 newsitem in them. And preferrably also a query that will for example list only those categories with more than 3 newsitems, exactly 5 newsitems etc etc (but i understand this would be harder).

 

Any idea how to accomplish this? I know i can process the results with PHP afterwards to get the desired results, but i was wondering if you could do it in the actual query.

Link to comment
https://forums.phpfreaks.com/topic/82091-grabbing-empty-group-sql-query-join/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.