Jump to content

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?

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.