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


Please Help Members By Posting Answers For Below Questions

Why mysql is so popular?

596


What is ibdata1?

575


What is the data source name for mysql?

555


Is foreign key indexed mysql?

541


Why is mysql popular?

564






What you can use regular expression for in mysql? Support your answer with an example?

546


What is difference between mysqli and pdo?

554


can you tell what are the different set operations available in mysql? : Mysql dba

573


How do I select a database in mysql workbench?

584


What is append query?

588


What is the difference between mysql and pdo?

585


How do I enable mysqli extension?

570


How would you get the current date in mysql?

721


What does mysqli_fetch_assoc do?

569


Is mysql a programming language?

534