mirror of
https://github.com/Nutomic/ibis.git
synced 2025-02-03 08:11:34 +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
|
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
|
||||||
|
|
Loading…
Reference in a new issue