How to find out the second largest element from mysql table
Answer Posted / laxmanit08
select final_id from care_billing_final order by final_id
desc limit 1,1;
| Is This Answer Correct ? | 49 Yes | 14 No |
Post New Answer View All Answers
Does mysql use tcp or udp?
How do I run mysql?
Is mysql free for enterprise?
Can you tell how many values can set the function of mysql to consider?
Which is faster mysql or mongodb?
How do I delete a table in mysql workbench?
What is the limit of mysql database?
What are programming functions?
Write command to import an mysql file?
Why do we use the mysql database server?
How is mysql database stored?
How does mysql store binary data?
What is memory table?
What is difference between mysql and mariadb?
How to make a column bigger and delete unique from table.