Link to home
Start Free TrialLog in
Avatar of willa666
willa666Flag for United States of America

asked on

get to values and add them toghter then update the value

I have a problem that i cant work out how to get around, If a users name changes for what ever reason i need to get the value from the table PCM for OLD_NAME and then add it to NEW_NAME and then update the value of NEW_NAME to the new value


Each table will only have 1 record for each User, but their maybe be 20 differnt users that need this calculation of their old/new usernames points.

RENAME
--------------
OLD_NAME - VChar(20)
NEW_NAME - VChar(20)

PCM
--------------
NAME - VChar(20)
POINTS - Money

SOLUTION
Avatar of rafrancisco
rafrancisco

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial