Jump to content

Select all where last 7 days from variable


Recommended Posts

Hi all, im trying to select all values from a database for x user where the date is from the last 7 days, im trying this query to no avail, could anybody please take a look?

 

SELECT *
FROM model_pictures
WHERE user_id = colname AND model_pictures.user_picture_date > DATE_sub(model_pictures.user_picture_date, interval 7 DAY) 

In fact, I need a to make an if statement which says if user x has a record containing the upload date between today and the last 7 days, dont show form, To do this im triying to make a query which calls that data and my query is the above, Does this make sense?

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.