/ Published in: SQL
Grab all users that never logged in.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
SELECT name, mail FROM users WHERE NOT access;