Return Count when greater than 1.
583560Jun 17 2007 — edited Jun 19 2007I need queries such as select count(1), emplemail from client_dataset_detail group by emplemail; to only return rows where count(1) is greater than 1. I'm looking for duplicate values in a set of rows. How can I do that?