How to find out the second largest element from mysql table
Answer Posted / laxmanit08
select final_id from care_billing_final order by final_id
desc limit 1,1;
| Is This Answer Correct ? | 49 Yes | 14 No |
Post New Answer View All Answers
What are the mysql database files stored in system ?
How to display odd rows in student table in mysql?
What mysql means?
What is mysql common?
How do I update a variable in mysql?
How can you increase the performance of mysql select query?
How to calculate the difference between two dates?
What is dump in mysql?
What storage engines are used in MySQL?
How can you see all indexes defined for a table?
How does mysql store data?
How do I copy a table in mysql?
What is mysql connector used for?
How do I create a schema in mysql?
What is the difference between unix timestamp and mysql timestamp?