hi,
i serching a script to add all accounts ap, not single, have anyone it? thank you
i serching a script to add all accounts ap, not single, have anyone it? thank you
You included 2 things that aren't related to each other, and none of them are even related to the answer to the question.Quote:
PS_GameLog ==> Programmability ==> usp_Insert_Action_Log_E
END
IF( @ActionType = 114 )
BEGIN
IF( @Value2 = 28110 <== Items)
BEGIN
UPDATE PS_UserData.dbo.Users_Master
SET Point = Point + ( 25 <== AP* @Value4 )
WHERE UserUID = @UserUID
END
END
below to begin transaction
USE PS_UserData UPDATE Users_Master SET Point += 1
Is my post so invisible ? I clearly stated that it is NOT right. The answer to your question is in my post above too.Quote:
PS_GameLog ==> Programmability ==> usp_Insert_Action_Log_E
END
IF( @ActionType = 114 )
BEGIN
IF( @Value2 = 28110 <== Items)
USE PS_UserData
UPDATE Users_Master
SET Point += 1
WHERE UserUID = @UserUID
END
END
is this so right?
Quote:
UPDATE [PS_UserData].[dbo].[Users_Master] SET Point = (Point + howmutch)