You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
case when EXTRACT(EPOCH FROM (mytimestamp - LAG(mytimestamp) OVER (PARTITION BY user_id ORDER BY mytimestamp))) >= 30 * 60 then 1 else 0 end AS time_interval