Max
0
Q:

select count postgres double row count > 1

SELECT
  firstname,
  lastname,
  count(*)
FROM people
GROUP BY
  firstname,
  lastname
HAVING count(*) > 1;
0

New to Communities?

Join the community