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 difference between mysql and mysqli?
How do you stop an access query?
What is information_schema in mysql?
Does mysql case matter?
How to Change a users password from unix shell.
change column name and make a unique column so we get no dupes.
How do I copy an entire mysql database?
What is int mysql?
Why use stored procedures in mysql?
What is normalization and list the different types of normalization?
What are Heap tables?
How big is a blob mysql?
What is difference between inner vs self vs cross?
What is mysql and mysqli?
Can you tell few best practices to be followed for optimization in sql?