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:
parent
3ccdda7c19
commit
202e0cc441
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ BEGIN
|
|||
SELECT
|
||||
count(users) INTO count_
|
||||
FROM (
|
||||
SELECT
|
||||
SELECT DISTINCT
|
||||
e.creator_id
|
||||
FROM
|
||||
edit e
|
||||
|
|
Loading…
Reference in a new issue