S.Balasubramanian
Monday, December 15, 2008
Select records from a Table between Row Numbers
select * from (
select ROW_NUMBER() over (Order by [column_name]) as RowId, *
from [table_name]) as Collections
where Collections.RowId > 10 and Collections.RowId < 20
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Search This Blog
Blog Archive
►
2010
(5)
►
July
(3)
►
May
(1)
►
April
(1)
►
2009
(7)
►
August
(1)
►
July
(2)
►
May
(1)
►
April
(1)
►
March
(1)
►
January
(1)
▼
2008
(22)
▼
December
(8)
Resize Image with Aspect ratio
Basic SQL queries
Select records from a Table between Row Numbers
Difference between Session and Cookies
Unable to use SQL Server because ASP.NET version 2...
Getting the List of Installed softwares from the l...
Get Logical disk drives using C# code
Create Database and tables using C# code
►
November
(1)
►
October
(7)
►
July
(6)
About Me
S.Balasubramanian
View my complete profile
My Blog List
S.Vinothkumar
Take ASP.NET application to offline
11 years ago
Shaalini
Charts in Silverlight
14 years ago
No comments:
Post a Comment