How to find out the second largest element from mysql table
Answer Posted / sivsankar.ponnurangam
select project_id from tbl_project order by project_id
desc limit 2,1
Is This Answer Correct ? | 21 Yes | 42 No |
Post New Answer View All Answers
Why mysql is so popular?
What is ibdata1?
What is the data source name for mysql?
Is foreign key indexed mysql?
Why is mysql popular?
What you can use regular expression for in mysql? Support your answer with an example?
What is difference between mysqli and pdo?
can you tell what are the different set operations available in mysql? : Mysql dba
How do I select a database in mysql workbench?
What is append query?
What is the difference between mysql and pdo?
How do I enable mysqli extension?
How would you get the current date in mysql?
What does mysqli_fetch_assoc do?
Is mysql a programming language?