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 is session variable in mysql?
How to returns the columns and column information pertaining to the designated table.
What is the difference between truncate and delete in mysql?
What are the different column comparison operators in mysql?
What is truncate command?
How to control the max size of a heap table?
How can I change database in mysql?
What is an index? How can an index be declared in mysql?
What is the use of mysqli_num_rows?
What is a blob datatype?
How do I edit a table in mysql workbench?
What is latest version of mysql?
Why mysql is open source?
How do I transfer data from one database to another in mysql?
Is mysql easy to learn?