The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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.
|
#2
|
|||
|
|||
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. |
Благодарность от: | ||
Max Taxable |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|