update test output
This commit is contained in:
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
|
||||
),
|
||||
|
@ -1 +1 @@
|
||||
f
|
||||
0
|
||||
|
Loading…
Reference in New Issue
Block a user