Answers

Question and Answer:

  Home  MySQL Errors

⟩ Explain How to select particular number using rownum?

select max(sal) from emp where rownum=2 group by sal

 171 views

More Questions for you: