I'm a new user to SQL
I need a function that simply returns a sigle letter status depending the value passed to function.
I have writen the fuction below, but I get this message:-
Msg 102, Level 15, State 1, Procedure fn_ABCD, Line 12
Incorrect syntax near '@fn_ABCD'.
Can anyone help/point me...