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 is mysql uuid?
How many concurrent queries can mysql handle?
Is there a free version of mysql?
What is the difference between mysql_fetch_assoc and mysql_fetch_array?
How to present a past time in hours, minutes and seconds?
What is difference between mysql_connect and mysql_pconnect?
How do I disconnect mysql workbench?
Why use mysql procedures?
What is blob and text in mysql?
Is mysql a backend?
What are the differences between a primary key and foreign key?
Can we join 3 tables in mysql?
Write a program using the select statement, while loop.
What does a TIMESTAMP do on UPDATE CURRENT_TIMESTAMP data type?
Why do we use preparedstatement?