Users logged in |
11/5/2009 10:55:43 | |
| ASPRunnerPro General questions | ||
|
P
PCB author
Greetings, |
||
|
|
Sergey Kornilov admin 11/5/2009 |
|
You'll need a separate table for this purpose or an extension of existing login table. select username from login where DATE_ADD(LastSeen, INTERVAL 20 MINUTES)>now() |
|