1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2025-02-03 02:31:35 +00:00

Must select distinct users for stats

This commit is contained in:
Felix Ableitner 2025-01-14 12:46:10 +01:00
parent 3ccdda7c19
commit 202e0cc441

View file

@ -104,7 +104,7 @@ BEGIN
SELECT
count(users) INTO count_
FROM (
SELECT
SELECT DISTINCT
e.creator_id
FROM
edit e