mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 16:17:13 +01:00
add final keyword to session data queries
This commit is contained in:
parent
c79720ae1d
commit
439377f5c5
3 changed files with 3 additions and 3 deletions
|
|
@ -52,7 +52,7 @@ async function clickhouseQuery(
|
|||
select
|
||||
data_key as propertyName,
|
||||
count(*) as total
|
||||
from session_data
|
||||
from session_data final
|
||||
where website_id = {websiteId:UUID}
|
||||
and created_at between {startDate:DateTime64} and {endDate:DateTime64}
|
||||
${filterQuery}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue