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 is database replication? What are the different types of replication you can set up in sql server?
What is a ddl statement?
What is normalization according to you and explain its different levels?
I create a separate index on each column of a table. What are the advantages and disadvantages of this approach? : Sql server database administration
How to convert numeric expression data types by assignment operations?
Explain a checkpoint?
What are audit control procedures?
What is mssql?
How to change the data type of an existing column with "alter table" statements in ms sql server?
Why I am getting this error when dropping a database in ms sql server?
Define Wed Edition in SQL Azure?
What does truncate do?
What to perform pattern match with the like operator?
Difference between report and query parameter.
How to create a large table with random data for index testing in ms sql server?