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
How do I delete a table in mysql workbench?
What is a result set object?
What is the return type of mysqli_query?
Is blocked because of many connection errors unblock with mysqladmin flush hosts?
What is orm in mysql?
Explain the storage engines in mysql?
What is 'mysqlshow'?
What is difference between function and procedure in mysql?
What is difference between mysqli and pdo?
How many columns can you create for an index?
What is the difference between BLOB AND TEXT?
What is the latest mysql?
What does it mean to be case sensitive?
How do I setup a mysql database?
What is a query in mysql?