MySQL Errors Question:
Explain How to select particular number using rownum?
Answer:
select max(sal) from emp where rownum=2 group by sal
Previous Question | Next Question |
Tell me what will be the program output if it tries to access 11th item in an array of 10 and it is coded with NOSSRANGE? | Explain What is sqlcode -922 & -923? |