| Current Path : /home/jeromecohp/www/aesecure/pro/crontab/templates/ |
| Current File : /home/jeromecohp/www/aesecure/pro/crontab/templates/dbUsersList.sql |
SELECT U.id UserID, U.name Name, U.username UserName, U.email eMail, U.registerDate RegisterDate, U.lastvisitDate LastVisitDate, G.title GroupTitle FROM DBPREFIX_users U LEFT JOIN (DBPREFIX_user_usergroup_map as UG) ON UG.user_id=U.id LEFT JOIN (DBPREFIX_usergroups as G) on UG.group_id=G.id WHERE (U.registerDate >= DATE_SUB(NOW(), INTERVAL 1 DAY)) ORDER BY registerDate DESC, name, GroupTitle ASC LIMIT 15