![]() |
Find users that registered and never came back
I am looking to find users where their join date is equal to their last activity date.
|
You could do a query something like this:
Code:
SELECT * FROM user WHERE lastactivity < joindate + (24 * 60 * 60) It's not exactly "the same day", it's "within 24 hours", but I'm guessing that it's close enough and you just want to find users who registered and never came back. |
All times are GMT. The time now is 08:40 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|