Persist umami sql queries and stuff
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
select
|
||||
substring(distinct_id similar '%#"@%#"' escape '#') as group
|
||||
from
|
||||
session
|
||||
where
|
||||
distinct_id is not null
|
||||
and distinct_id like '%@%'
|
||||
group by
|
||||
substring(distinct_id similar '%#"@%#"' escape '#')
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user