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
Is pdo faster than mysqli?
How do I free up space in mysql?
How many rows can be inserted in mysql at a time?
How large can a mysql table be?
How is oracle different from mysql?
Write a command to view mysql database table structure?
What is mysql ndb?
How to increment dates by 1 in mysql?
What is mysql default port number?
What is int mysql?
What are the advantages of MySQL when compared with Oracle?
What is triggers?
How do I find the database name in mysql?
What is a deterministic function?
How do I find my mysql username and password?