Jump to content

Select Old Accounts (60 Days)


xProteuSx

Recommended Posts

I am trying to do something like this:

 

SELECT * FROM mytable WHERE user_date_visit > DATE_SUB(user_date_visit, INTERVAL -60 DAY)

 

Essentially I have a members table and I have their last login in the following format:

 

YYYY-MM-DD

 

I would like to select all data for all members who have not logged in in the last 60 days.  I keep on playing with the MySQL query, but I just can't get it to work.  It always either selects all the members or none of them.

 

Some help would be appreciated ...

 

Cheers.

Link to comment
https://forums.phpfreaks.com/topic/265307-select-old-accounts-60-days/
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.