hari


{ City } kanhangad
< Country > india
* Profession * instrumentation engineer
User No # 92247
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 0
Users Marked my Answers as Wrong # 0
Questions / { hari }
Questions Answers Category Views Company eMail




Answers / { hari }

Question { 24886 }

How to find out the second largest element from mysql table


Answer

SELECT salary
FROM employees
ORDER BY salary DESC
LIMIT 2,1

Is This Answer Correct ?    0 Yes 0 No