How to find out the second largest element from mysql table
Answer Posted / nikhil mishra
SELECT Salary FROM tablename order by Salary desc limit 1,1
| Is This Answer Correct ? | 24 Yes | 11 No |
Post New Answer View All Answers
Is mysql a backend?
What is sql in mysql?
What is definer in mysql trigger?
What is data node in mysql cluster?
What is mysql aggregate functions? Explain
What are numeric data types?
What causes mysql too many connections?
What is mysql server?
How many threads can mysql handle?
How to check if value already exists in mysql database in php?
What are queries used for?
How can I compare two mysql databases?
What is the storage engine for mysql?
How to decrement dates by 1 in mysql?
What is the current mysql version?