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
How do I uninstall mysql connector?
What is difference between pdo and mysqli?
How do I update a variable in mysql?
What is mysql and why it is used?
What are the mysql database files stored in system ?
What is mysqli procedural?
How to create and drop view in mysql?
What does mysqli_fetch_assoc do?
How do I kill a mysql query?
How to delete the repeated records from a table?
What is general log in mysql?
How do you kill a long running query in mysql?
What is row level locking in mysql?
What is a table schema?
What causes mysql too many connections?