Link to home
Start Free TrialLog in
Avatar of cbrune
cbrune

asked on

get username and the com1+com2 fields and then sum them for the entire user id in sql server

get username and the com1+com2 fields and then sum them for the entire user id in sql server
Avatar of Jim Horn
Jim Horn
Flag of United States of America image

What's a 'com1+com2' fields?

SELECT SUSER_NAME() as login_name, USER_NAME() as user_name
ASKER CERTIFIED SOLUTION
Avatar of Vitor Montalvão
Vitor Montalvão
Flag of Switzerland image

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