1
Reply

id incrementation

Ask a question
aiswarjya sarengi

aiswarjya sarengi

8 years ago
214
1
i want that the userid is auto incremented
 
bsed on 
SELECT @UserID=(MAX(UserID) + 1) FROM  [User]
 
but 1st time  how to userid will insert 1 respect of userid.
 
 
 
 

Answers (1)