How to find out the second largest element from mysql table
Answer Posted / md aftab alam
select distinct final_id from care_billing_final order by final_id
desc limit 1,1;
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What does blob mean in mysql?
How many TRIGGERS are allowed in MySql table?
What are the difference between and myisam and innodb?
Explain the difference between primary key and candidate key in mysql?
Where is the mysql data directory?
What is localhost in mysql?
How do I find mysql location?
How do I delete a table in mysql workbench?
How to run a sql statement?
What is the difference between timestamp and datetime in mysql?
How does mysql store dates?
How do I know if mysql is running on windows?
Why mysql is so popular?
Difference between CHAR and VARCHAR?
What is mysql shell?