Jump to content

An OR in the mysql WHERE syntax


suttercain

Recommended Posts

Hi guys,

 

I have this right now:

SELECT title, COUNT(*) as numissues FROM comics WHERE type ='Comic Book' GROUP BY title"

 

But I need something like:

SELECT title, COUNT(*) as numissues FROM comics WHERE type ='Comic Book OR IS NULL' GROUP BY title"

 

The second line doesn't work. How would I get it to select where IS NULL and also Comic Book?

 

 

Thanks guys!

 

SC

Link to comment
https://forums.phpfreaks.com/topic/51379-an-or-in-the-mysql-where-syntax/
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.