Hi
i am using c# as my language & sql server as my database ..
My question is there is no key ward called
limit
in sqlserver....how i solve this type of question...
the example is --->
the sql server data table has 25 rows & i want to retrieve 6 to 11 data rows...How i write sql code in sql server to get that rows
thank U