Fix high business event count
This commit is contained in:
parent
1e5b879946
commit
ef70a94866
@ -34,6 +34,7 @@ b AS (
|
|||||||
ON l.created_at >= s.today
|
ON l.created_at >= s.today
|
||||||
AND l.created_at < s.today + 1
|
AND l.created_at < s.today + 1
|
||||||
AND s.app_id = l.app_id
|
AND s.app_id = l.app_id
|
||||||
|
AND s.session_id = l.session_id
|
||||||
GROUP BY l.session_id
|
GROUP BY l.session_id
|
||||||
)
|
)
|
||||||
SELECT
|
SELECT
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user