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
Will mysql remain free?
What, if a table has one column defined as TIMESTAMP?
How you will show all data from a table.
Is blocked because of many connection errors unblock with mysqladmin flush hosts?
What is the difference between char and varchar?
Why is mysql used?
How do I add a column to a table in mysql?
How to decrement dates by 1 in mysql?
Does uninstalling mysql delete database?
How is data stored in mysql?
What is the use of mysql_fetch_array () function in php?
How do I install mysql on windows 7?
What is a result set object?
What language is mysql written in?
How to analyze tables with 'mysqlcheck'?