I have stored procedure that sometimes return negative number in the ID. (on purpose). In additional, I have a view that shows this table (simple select), but I don't want that '-' will appear in the ID column, I mean, if the number is negative - I want to add the letter 'A' to the ID without '-'.
How can I do this?
Or if you were wanting to append the 'A'