how u can find the n row from a table?
Answer Posted / kris17.danger
SELECT * FROM ( SELECT ROWNUM R , A.* FROM TABLE_NAME A )
WHERE R=N;
Herer N is the number of row which need to be find.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Is sql a oracle?
How much does sql cost?
What is a nested table in word?
Can we insert in view in sql?
What is nosql example?
Can we rollback truncate?
What is the difference between left and left outer join?
What is pl sql package?
What can I use instead of union in sql?
Is sql dba a good career? : SQL DBA
how many values can the set function of mysql take? : Sql dba
What are local and global variables and their differences?
Explain scalar functions in sql?
name 3 ways to get an accurate count of the number of records in a table? : Sql dba
What does select * from mean in sql?