79554684

Date: 2025-04-04 07:22:24
Score: 1.5
Natty:
Report link

Simple Approach-Use this query according to your table structure.

Change Limit, n rows want to display.

Change Offset to skip data.

SELECT distinct amount from amount_table order by amount desc limit 1 offset 1;

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Ashish Dwivedi