how to get 25th row in any table in sqlserver can u tell me
syntax
Answer Posted / nagaraju jella
select *
from securitytest_64.userroles u
where rowid =
(select max(rowid) from securitytest_64.userroles u
where rownum < 26)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are subqueries in sql server? Explain its properties.
How many types of objects are there?
what is a schema in sql server 2005? : Sql server database administration
What is the difference between varchar and varchar types?
Can you index views?
Explain aggregate functions?
What are the indexes in sql server?
Define Unique Key?
What is it unwise to create wide clustered index keys?
Can you explain full-text query in sql server?
What is the latest version of microsoft sql server?
Explain a differential backup?
What is trace flag in sql server?
State the difference between local and global temporary tables?
What is replace and stuff function in sql server?