posted 12 years ago
First find a query to find the maximum salary. Then create a query that finds the biggest salary that is smaller than the first one.
Or
Create a query that returns the salaries ordered by amount descending (highest amount comes first in the result). Then loop until you find the first salary that is smaller than the one in the first record.
OCUP UML fundamental and ITIL foundation