how to find the particular row in table?(means suppose one
table contain 10 rows , in these 10 rows how to find the
particular row(example in 10 rows i want 5 row how)?
Answer Posted / murthy
to find a nth row in a table
select top n * from <TableName>
except
select top n-1 * from <TableName>
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Do you know concepts and capabilities of sql server?
What type of locking occurs during the snapshot generation? : sql server replication
What is Dependency Injection and provide example?
in a table is b in column k (manikanta,sivananda,muralidhar) i want result like (mnikanta,sivnanda,murlidhar) please slove it
Explain about analysis services?
what's the difference between delete table and truncate table commands? : Sql server database administration
Is it possible to create trigger on views?
What is BLOCK statements in SQL?
How to find related tables in sql server?
What is the difference between char, varchar and nvarchar?
Is sql server a database?
How to restore performance issues and how to check?
List the different types of collation sensitivities in sql server?
What is instead of dml trigger?
What is a bit datatype?