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 to list or view all databases from the mysql server.
Can you tell which of the following where clauses is faster?
How do I declare a variable in mysql?
How do I copy a table in mysql workbench?
How is data stored in mysql?
Explain the difference between primary key and candidate key in mysql?
What happens if you no create privilege in a database?
What is heap table in mysql?
How to check if value already exists in mysql database in php?
What is triggers and how it can be used in mysql?
What is memory table?
What sql does mysql use?
What is key in mysql?
What is an example of a delimiter?
Can we store files in mysql?