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
what is constraints? Also explain the different types of constraints?
Is mysql easy to learn?
Is mysql frontend or backend?
What are the differences between a primary key and foreign key?
What data structure does mysql use?
How do I drop a database in mysql?
How do I stop a mysql command?
1.how to fetch a value and Execute store procudure in mysql(INNODB) using phpMyAdmin? 2.can i wright a package in mysql database(INNODB)?
What is the difference between now() and current_date()?
What is myisam?
How does mysql store binary data?
What is an example of a delimiter?
What is the purpose of using timestamp data type?
What is a procedure example?
What, if a table has one column defined as TIMESTAMP?