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
use this code
SELECT * FROM paypal_ipn_orders GROUP BY payer_email HAVING COUNT( payer_email) >1