Calculating Average Time Between First/Last Login
Hi, I have a table of user logins that has user id in one column and the date they logged in in another. I'm trying to calculate how long users typically login before they become inactive. Ideally, I'd be able to map number of months on one access and number of users on the other. What type of operations would I need to…