De instructie group by wordt uitgevoerd na de telling. Gebruik in plaats daarvan dit:
SELECT count( DISTINCT userid )
FROM t1
WHERE STATUS = 'pending'
De instructie group by wordt uitgevoerd na de telling. Gebruik in plaats daarvan dit:
SELECT count( DISTINCT userid )
FROM t1
WHERE STATUS = 'pending'