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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.