ProgrammerJee - Asad Abbas(AddY)
Programming Solutions .
Wednesday, January 4, 2012
SQL(Query To Create AutoID)
Select
isnull
(
Max
(
ID
),
0
)
+
1
as
ID
from
Table_Name
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Report Abuse
No comments:
Post a Comment