I have one table in postgresql and my table contain one column of timestamp without timezone
i want to write one query which will check if same date inserted multiple times or not if same date present more than once query should return that date
like 12 Sep 2011,12 Sep 2011,12 Sep 2011,10 Sep 2011,
Here 12 Sep 2011 date is present more than once how to write query for that