1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2025-02-03 05:01: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 SELECT
count(users) INTO count_ count(users) INTO count_
FROM ( FROM (
SELECT SELECT DISTINCT
e.creator_id e.creator_id
FROM FROM
edit e edit e