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 sql?
How do I pipe the output of one isql to another?
What is cursor and its types?
Explain aggregate functions are available there in sql?
when MSQL8.0 is in market
What do you mean by stored procedures?
What programs use sql?
How do I install sql?
What are tables in sql?
What is pl sql in dbms?
what is “go” in t-sql? : Transact sql
how to use in conditions? : Sql dba
Why cannot I use bind variables in ddl/scl statements in dynamic sql?
How do you add a column to a table?
Can we update views in sql?