Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everybody,
I've got the following table : EvenTable(date, user_id, event_id)
I need to count all events of a given id in EventTable but not the first time it happened for each user. How can I achieve this ?
Thanks for your ideas.