Jump to content

Trying to select upcoming birthdays from a DOB


majocmatt

Recommended Posts

I have a table with date of births and I'm trying to select the next 3 upcoming birthdays and display them. I'm trying to use this ORDER BY clause but it seems not to want to listen to me. Can anyone help me figure out why?

 

ORDER BY DATE_FORMAT('profile_dob', '%m-%d') > DATE_FORMAT(NOW(), '%m-%d') DESC, DATE_FORMAT('profile_dob', '%m-%d') LIMIT 3

 

Currently, it returns them in no particular order at all.. haha. Here is what I'm getting as the result:

 

Sep 25, May 25, Sep 5, July 1, Sep 21, Mar 18

 

Any suggestions would be great.. thanks!

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.