Subject | DML - Inserting ASCII characters into a string? |
---|---|
Author | jeff_j_dunlap |
Post date | 2007-02-17T21:17:42Z |
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
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