How to find out the second largest element from mysql table
Answer Posted / sivsankar.ponnurangam
select project_id from tbl_project order by project_id
desc limit 2,1
| Is This Answer Correct ? | 21 Yes | 42 No |
Post New Answer View All Answers
How do I disable mysql?
How to rename an existing table in mysql?
Is mysql relational?
Is mysql better than oracle?
Can mysql handle big data?
How to validate email addresses in mysql?
What does "i_am_a_dummy flag" do in mysql?
How do I select a database in mysql?
How do you name a table?
using primary can we relate two table, with out foreign key?
What is the password of mysql?
What port is mysql running on?
What is mysql shell?
What is the usage of ENUMs in MySQL?
How can I insert images into a Mysql database?