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
What is a join in mysql?
Is mysql connect deprecated?
What are the differences between a primary key and foreign key?
How to delete an existing column in a table?
What is clob datatype?
What is a tinyint in mysql?
What's the latest version of mysql?
What can I do with mysql?
How do I find mysql location?
Why we use mysql workbench?
What does blob mean in mysql?
What is flush privileges in mysql?
What is data directory in mysql?
How many columns can be used for creating Index?
why not null is not allowed at table level