MySQL Item_ID count SELECT Item_ID, COUNT(Item_ID) as count FROM paypal_2023 GROUP BY Item_ID ORDER BY count DESC;