strict_increase
This commit is contained in:
@@ -91,7 +91,7 @@ async function clickhouseQuery(
|
|||||||
count(*) AS count
|
count(*) AS count
|
||||||
FROM (
|
FROM (
|
||||||
SELECT session_id,
|
SELECT session_id,
|
||||||
windowFunnel({window:UInt32}, 'strict_order')
|
windowFunnel({window:UInt32}, 'strict_increase')
|
||||||
(
|
(
|
||||||
created_at
|
created_at
|
||||||
${columnsQuery}
|
${columnsQuery}
|
||||||
|
|||||||
Reference in New Issue
Block a user