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
can you tell the order of sql select statement? : Mysql dba
What are the advantages of mysql in comparison to oracle?
What is procedural api?
What is insert query in mysql?
Where is the myisam table stored?
How to see the create table statement of an existing table?
What is the datatype of image?
How to create a new table by selecting rows from another table in mysql?
Difference between CHAR and VARCHAR?
Is mysql still popular?
What is the difference between having and where clause in mysql? Explain
Is mysql a odbc?
How do I show all mysql databases?
What is text?
What is the difference between mysql and pdo?