Declare @UID varchar(30)
Declare @UserId varchar(50)
SET @UID='0'
SET @UserId = @UID+1;
Select @UserId as U
I want To Know How Increment value on Every Execute
Like
1
2
3
4
so please help me
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.
Manish KumarPosted Apr 3, 2017, 3:05 AM
Ramesh BarikPosted Apr 3, 2017, 12:07 AM
Ahmed JSPosted Apr 2, 2017, 2:24 PM
Amit GuptaPosted Apr 1, 2017, 6:19 AM