Jump to content

correct use of NOW()


dadamssg

Recommended Posts

my use of NOW() isn't pulling up what i want it to...i have start and end times in each row of data so i want to pull up rows that haven't ended, but this is working....

 

SELECT * FROM `test` WHERE end >= NOW()

 

it pulls up like 3 out of 10 and i can't figure out how the heck to use NOW() so it pulls up all of them....FRUSTRATING

 

 

Link to comment
https://forums.phpfreaks.com/topic/147376-correct-use-of-now/
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.