ASP.NET and SQL SERVER Tricks
Sunday, February 6, 2011
Select MAX no from particular column in SQL Server or MAX fuction
If we have a table design like as :
Alter table command
alter table
table_name
alter
column
membership_no
int
select
MAX
(
membership_no
)
as
Membership
from
table_name
0 comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment