please give me the answer for this:
query which generates the second highest integer in the table?

Answer Posted / sunil kumar

Sorry I have a mistake in above answer. The right answer is

select marks from tablename order by marks desc limit 1,1

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is row?

560


How can you find out the version of the installed mysql?

685


How to change a password for an existing user via mysqladmin?

559


How do I clear a mysql database?

507


How to use sum function in where clause in mysql?

440






What is relational database in mysql?

492


What is 1nf 2nf 3nf?

493


How do stored procedures work?

477


How do I rename a table in mysql?

489


Where is mysql data stored linux?

464


What is the difference between truncate and delete?

589


What is mysql_query?

452


How do I remove a user from mysql?

556


how to get only updated, deleted , inserted records after certain interval time in mysql with out using triggers...

1804


i made a table whih contain a column "Photo" with image data type and i want to insert the byte of a picture present in my hardisk using insert statement in that colum... so what will be my insert statement?

2156