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 low level language?
Define the select into statement.
Why is sql*loader direct path so fast?
How do you use a while loop in pl sql?
Can ddl statements be used in pl/sql?
What are local and global variables and their differences?
How does sql developer connect to oracle database?
Is pl sql a scripting language?
Mention what does plvtab enables you to do when you showthe contents of pl/sql tables?
Where is all the data on the internet stored?
How do you update sql?
Why are sql stored procedures used?
What is a left inner join?
Can I learn sql in a week?
What is a system versioned table?