adspace
please give me the answer for this:
query which generates the second highest integer in the table?
Answer Posted / prasun
SELECT * FROM `student` where class='Six' ORDER BY mark desc
LIMIT 0,1
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers