How to find 2nd and 3rd largest amount from a table
SELECT ... FROM ... ORDER BY column DESC LIMIT 2 OFFSET 1;
Depending on your SQL dialect there's a different way of specifying LIMIT and OFFSET.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With