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 to show all tables with 'mysql'?
In which format data is stored in mysql database?
change column name and make a unique column so we get no dupes.
Does adding an index lock a table?
I want to find out all databases starting with ‘test’, I have access to?
explain GROUPBY & HAVING clause with examples.
How to load data files into tables with 'mysqlimport'?
How do I start mysql in mysql workbench?
Where is the mysql config file?
How do I declare a variable in mysql?
How to return query output in html format?
Why we use mysql workbench?
Can mysql handle big data?
what is the procedure to configure the application of mysql?
What is the default port number of mysql?