list of users that never logged in


/ Published in: SQL
Save to your folder(s)

Grab all users that never logged in.


Copy this code and paste it in your HTML
  1. SELECT name, mail FROM users WHERE NOT access;

Report this snippet


Comments


You need to login to view comments.