Viewing 2 posts - 1 through 3 (of 3 total)
Thank you Jacob! Appreciate your help! Kind regards, Bob
February 17, 2016 at 2:57 pm
#1859395
SUBSTRING(UPPER(PAYROLL_EMP.WEBADDR, - 1, CHARINDEX('@', PAYROLL_EMP.WEBADDR) + 1) AS USERNAME,
SQL returns this error...
Msg 174, Level 15, State 1, Line 30
The upper function requires 1 argument(s).
February 17, 2016 at 2:41 pm
#1859388