Subject DML - Inserting ASCII characters into a string?
Author jeff_j_dunlap
Is there a DML function or other means available to insert ASCII codes
into a VARCHAR?

I have a stored procedure that returns a VARCHAR, and I would like to
insert non-typeable ASCII characters, such as tab or carrige return
(ASCII code 13) into the return value.

Thank you