This question is pretty simple I for some reason cant get the proper result to display only the duplicate records
Table : Paypal_ipn_orders id
here is the simple example :
select from group by having count(*)>=2
It will definitly work. :)