I wonder, is there any option like "Skip"(from LINQ) in SQL to select particular rows in a table.
I mean, in a table named "abcd". In that table 300 rows are there. but from that 300 rows i want to select rows from 233 to 300 or 233 to 258.
How to do this?? Please anyone help.