how u can find the n row from a table?
Answer Posted / manoj gogoi
select a2.*
from
(select rownum r,a1.* from a a1)a2
where a2.r=&Any_Row_U_Want
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is dml and ddl?
How do I run a program in pl sql?
What is mdf ldf and ndf?
How do you run a query?
Write a sql query to find the names of employees that begin with ‘a’?
How do you update sql?
what are all different types of collation sensitivity? : Sql dba
what are the types of join and explain each? : Sql dba
What are the methods of filing?
what are the differences among rownum, rank and dense_rank? : Sql dba
What is group by in sql?
How do I run pl sql in sql developer?
What is duration in sql profiler trace?
How do you remove duplicates without using distinct in sql?
Is oracel sql developer written in java?