Viewing 2 posts - 1 through 3 (of 3 total)
Thanks....Works like a charm.
Luck Bastard got his raise.
THX
Newb
February 9, 2014 at 2:41 pm
#1687393
I keep getting MSG 102 Syntax error Near 'salary'. I am trying to calculate a 10 percent raise based on salary from the Employee table.
SELECT
*
Salary, ROUND( (Salary * .1),...
February 9, 2014 at 8:44 am
#1687371