Jump to content

Selecting values from a week of current date


luminous

Recommended Posts

I've got a table with some values in and a datetime field (fieldname: time). I want to be able to select the values from the current time (NOW()) until a week into the future.

I've tried:

 

SELECT * FROM dd_restriction WHERE (time(NOW(), INTERVAL 7 DAY))

 

But it's not working  :'( what am I doing wrong?

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.