|
Archives of the TeradataForumMessage Posted: Fri, 20 Aug 2004 @ 12:34:56 GMT
Hi, My requirement is to get the 5th maximum value of column salary_amount from the table employee. i m able to get the result using rank function. select salary_amount,rank(salary_amount) from customer_service.employee qualify rank(salary_amount) = 5 By using the above query i am able to get the 5th maximum value from the table employee. How can i get the same result without using rank function. I tried with derived tables and subqueries and i m not able to get the desired result.Let me know how to get the solution. Thanks & Regards, Lakshman
| ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||