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
Which is faster joins or subqueries?
what happens if you no create privilege in a database? : Sql dba
How subquery works in sql?
How to select 10 records from a table?
Explian rowid, rownum?
What is left join example?
what is the difference between inner and outer join? Explain with example. : Sql dba
How does pl sql work?
What is time based sql injection?
What is sql lookup?
How do I make sql search faster?
What is difference between stored procedures and application procedures?
What are instead of triggers?
What is server name sql?
Can you join views in sql?