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 are the technical specifications of mysql?
What is a delimiter in mysql?
How do I add a column to a table in mysql?
What is the latest version of php and mysql?
How to do login in mysql with unix shell.
How do I change the max connections in mysql?
What causes mysql too many connections?
How do I change a procedure in mysql?
What are the differences between char and nchar?
How can you validate emails using a single query?
Can varchar be primary key?
What is a csv table?
Can you shard mysql?
How to delete the repeated records from a table?
What is heap table?