update test output

pull/87/head
Andy Eschbacher 9 years ago
parent 97140b17c9
commit 13946b4d47

@ -19,10 +19,10 @@ BEGIN
-- for n <= 10 depending on # of distinct values
EXECUTE 'WITH a As (
SELECT
count(*) cnt,
e
count(*) cnt
FROM
(SELECT * FROM unnest($2) e ) x
WHERE e is not null
GROUP BY e
ORDER BY cnt DESC
),

Loading…
Cancel
Save