Guest User

Untitled

a guest
Feb 12th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. SELECT
  2. userID,
  3. MAX(Time) - MIN(Time) AS timeSpentOnPage
  4. FROM clickstreamTable
  5. GROUP BY userID
Add Comment
Please, Sign In to add comment