Jump to content

how to test for null


guyfromfl

Recommended Posts

im working on my band's website, and some shows we have a flyer some we dont

 

i want to cycle the shows we do have flyers/pictures for randomly.

 

 

this is the SQL im using right now but wont work.

 

SELECT showId, showPicture
FROM shows
WHERE showDate >= curdate()
AND showPicture IS NOT NULL
ORDER BY rand()

 

where by default showPicture is set as null (so i could use that test to see if there was a flyer associated with that show)

 

when i type that query directly into my MySQL cmd line it returns all the results that are comming up (by date) with and with out pictures...

 

all i need are the ones that are comming up AND have a picture to display.

 

 

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.