Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all!
i have a table with daily user log in, i need to count day by day the distinct user.
Example:
The results i need is:
where at 1st i have 2 user logged in, at 2nd 3 user.... and at 4th of the month i don't have new user so stay at 4 user logged.
To complicate i have to do this for two year, whit a view of month.
how can i do?