In WCF method, we
have an interesting feature called Skip Take Sort.
If we input one
member ID, skip=30, take= 40, sort by one Field name and then consume the WCF ,
the data for that member returned will skip first 30 rows and take the next 40
rows after a sort.
How can I do it in
SQL query? Here is the simple example : Skip 1 and Take 3
after a sort.. It is working perfectly.
No comments:
Post a Comment