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
How do we delete a row in a table?
Can you shard mysql?
What are the advantages/disadvantages of mysql and php?
What is longblob?
What is mysql port?
Which storage engine is best in mysql?
How do I delete a table in mysql workbench?
How can you increase the performance of mysql select query?
What is mysql and why it is used?
How do I create a mysql database?
How do I know if mysql is running on windows?
Can you tell which of the following where clauses is faster?
What is a mysql view?
How to use count function in mysql?
How do I free up space in mysql?