|
By (user no longer on site)
over a year ago
|
In the last rolling 24hour period.
Not in the last calendar day in your timezone (which is different for people logged in from different parts of the world). |
Reply privately, Reply in forum +quote
or View forums list | |
|
By *tudog1 OP Man
over a year ago
Southampton |
"In the last rolling 24hour period.
Not in the last calendar day in your timezone (which is different for people logged in from different parts of the world)."
That would make sense. Think il chose this answer over the others |
Reply privately, Reply in forum +quote
or View forums list | |
|
By (user no longer on site)
over a year ago
|
"In the last rolling 24hour period.
Not in the last calendar day in your timezone (which is different for people logged in from different parts of the world).
That would make sense. Think il chose this answer over the others "
Well that's good, because that's how it would work. Load page and a quick query:
SELECT COUNT (DISTINCT userid)
FROM tb_profileviews
WHERE userid=youruserid
AND DATEDIFF(HOUR,viewtime,GETDATE())24 |
Reply privately, Reply in forum +quote
or View forums list | |
» Add a new message to this topic