Answers

Question and Answer:

  Home  Database Errors

⟩ How to Select 38th row details in table without using rownum?

Select * from Table_name

where rownum < 39

MINUS

Select * From Table_name

Where rownum < 38;

 163 views

More Questions for you: