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
How do I start mysql?
How do I start mysql in mysql workbench?
What is the difference between timestamp and datetime in mysql?
How do I start mysql from command line?
What is the datatype of image?
Why is mysql used?
What is row level locking?
What is the data type for image?
What is mysql and how it works?
What is msql?
What are date and time intervals?
How do I find users in mysql?
If you are assigned a task, to find the information of procedures. What are the basic commands that you will use to do so?
Write command to import an mysql file?
what is the difference between gui testing and database testing? : Mysql dba