How to select all rows where a multiple column value occurs more than once in postgresql? I want to find the rows which has same product_id and entry_date.
In