How to find out the second largest element from mysql table
Answer Posted / ved prakash bishnoi
select salary from tableName group by salary order by
salary limit 2,1
| Is This Answer Correct ? | 10 Yes | 10 No |
Post New Answer View All Answers
In which language it is written?
How do I completely remove mysql from windows?
What is blob and text in mysql?
State the differences between mongodb and mysql.
Explain the different types of constraints?
What is information_schema in mysql?
How to drop an existing index in mysql?
How do I change the max connections in mysql?
What is regex in mysql?
How can you change the name of any existing table by using the sql statement?
What is data type for image in mysql?
What is ISAM?
What are the objects can be created using CREATE statement?
Where is mysql used?
How to print message in mysql trigger?