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 are the different mysql database engines?
Where is the mysql config file?
How do I insert multiple rows in a table?
Explain the different types of mysql joins.
What is regex in mysql?
What is the hostname for mysql database?
How do you determine the location of mysql data directory?
What is mysql used for?
If you are assigned a task, to find the information of procedures. What are the basic commands that you will use to do so?
How do I start and stop mysql server?
How to create trigger in mysql phpmyadmin?
Can you tell the difference between mysql_fetch_object and mysql_fetch_array?
How can you plan the logshipping before processing?
Where is the myisam table stored?
Where is the mysql database stored?