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.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ranjit PowarPosted Jun 28, 2016, 8:07 AM