Get Range wise data from sql tableRachit Patel15yPublished Jun 24, 2011, 12:00 AMUpdated Jun 24, 2011, 10:27 PM5.1k00Reactions×25Blogselect * FROM (SELECT ROW_NUMBER() OVER(ORDER BY pk_OrganizationId DESC) as RowNum,* FROM Organization) data WHERE data.RowNum >= 3 AND data.RowNum <= 6CommentsJoin the conversation! Your thoughts help the community grow.Sign in to leave a commentIt is the same account you read, post and publish with — and you will come straight back to this page.Sign inCreate an account
Join the conversation! Your thoughts help the community grow.