how u can find the n row from a table?
Answer Posted / guest
select rowid,[optional columns...] from table where
rowid='n';
--n would be the input from the user which will let you
identify the row number of that particular record
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we create table inside stored procedure?
How do I upgrade sql?
What are the triggers associated with image items?
What are the operators used in select statements?
How do I find duplicates in sql?
What is rollback?
Explain the the update statement in sql?
What is a schema sql?
Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?
How you can copy a file to file content and file to pl/sql table in advance pl/sql?
What is rtm stands for?
Can we use insert statement in function?
Where the sql database files are stored?
Does access use sql?
Explain cursor types?