mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 07:37:11 +01:00
re-add strict-order.
This commit is contained in:
parent
11009175f2
commit
2baf952ab8
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ async function clickhouseQuery(
|
||||||
count(*) AS count
|
count(*) AS count
|
||||||
FROM (
|
FROM (
|
||||||
SELECT session_id,
|
SELECT session_id,
|
||||||
windowFunnel({window:UInt32})
|
windowFunnel({window:UInt32}, 'strict_order')
|
||||||
(
|
(
|
||||||
created_at
|
created_at
|
||||||
${columnsQuery}
|
${columnsQuery}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue