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 I create a mysql username and password?
What is default schema in mysql?
How do you rename a table in mysql?
What do you need to connect php to mysql?
Why does mysql have so many connections?
What is the datatype of image?
What is action query?
How do I find users in mysql?
Is mariadb faster than mysql?
What language does mysql use?
How to find second highest salary from a table?
How do I kill a mysql query?
Where is mysql installed on linux?
How to decrement dates by 1 in mysql?
Can we join 3 tables in mysql?