mysql – how to get date of first user ticket
I have a tickets table with this info: ticket_id | user_id | used_at ---------------------------------------- xxx | xxx | datetime xxx | xxx | datetime xxx | xxx | datetime I want to get a list of all users who has…