SELECT TIME(entry_time) AS login_time, COUNT(*) 
FROM user_logins 
GROUP BY TIME(entry_time);