Viewing 4 posts - 1 through 4 (of 4 total)
I fixed it thanks
SELECT 'Your full name is ' + CAST(LEN(FirstName) + LEN(LastName) AS VARCHAR(12)) + ' character(s).' AS [Length of Employee...
April 20, 2015 at 9:14 am
#1792084
When i try it that way it says the replace function requires 3 arguments
April 20, 2015 at 9:13 am
#1792079
I will also try this
April 20, 2015 at 8:29 am
#1792045
Thank you I fixed it
April 20, 2015 at 7:53 am
#1792029