how u can find the n row from a table?
Answer Posted / santosh dwivedi
select * from
(
select rownum r,a.* from TableName a
)
where r=n'th
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What are some emotional triggers?
how many sql dml commands are supported by 'mysql'? : Sql dba
What is pivot in sql?
what is the command used to fetch first 5 characters of the string? : Sql dba
Is sql pronounced sequel or sql?
Are subqueries faster than joins?
What language is oracle sql developer?
What is lookup table in sql?
Is left join and outer join same?
what is the difference between truncate and delete statement? : Transact sql
what is user defined functions? : Sql dba
What is before and after trigger?
Is sqlite free?
What is normalisation and its types?
Where the sql database files are stored?