Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

what happens on checkpoint? : Sql server database administration

1156


What is an identity?

1076


Explain what are the database objects? : SQL Server Architecture

1143


How can I tell if sql server is 32 or 64 bit?

1013


What is normalization? Describe its different types.

1152


What is a trigger? Why we need it?

1056


What is difference between clustered and non clustered index?

1034


Can you tell me about the concept of ER diagrams?

1121


What is role playing dimension with two examples? : sql server analysis services, ssas

1053


What is the importance of three tier architecture?

1141


What is a document index?

1075


How to find which stored procedure is currently running in sql server?

1042


Do you know what are various aggregate functions that are available?

1215


How to disable stored procedure sql server?

1662


How to loop through the result set with @@fetch_status?

1431