There is a function called CHAR() which does the same thing. It can event take more than one integer parameter and return the string generated from them:
Code:
SELECT CHAR(65 using ASCII) ==> returrns "A"
SELECt CHAR(66,65,68 using ASCII) ==> returns "BAD"
----------------------------------
Phil AKA Vacunita
----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
----------------------------------
Phil AKA Vacunita
----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.