how u can find the n row from a table?
Answer Posted / rashmi
select max(rownum) from table1 where rowid is not null
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
what is a trigger in mysql? Define different types of trigger. : Sql dba
How do I pipe the output of one isql to another?
Can we write ddl statements in functions?
What is data modelling in sql?
how to rename an existing table in mysql? : Sql dba
What is scope of pl sql developer in future?
What are inner and outer joins examples of both?
What does bitemporal mean?
Which is faster subquery or join?
How do I run a sql trace?
How do I find duplicates in the same column?
Is sql sequential or random?
What are the main features of cursor?
What does sql stand for?
what are the disadvantages of mysql? : Sql dba