Quantcast
Channel: Teradata Forums - Database
Viewing all articles
Browse latest Browse all 14773

CHR function fails - response (3) by Ten98

$
0
0

Teradata does not have CHR by default, your DBA has to install it for you. This is the error message you will get if you do not have CHR installed.

Teradata does have an equivalent though, it uses Unicode characters.

You can perform the same function as:

CHR(66)

which would be "B", by using the following:

'42'xC

Unicode character 0042 = "B"


Viewing all articles
Browse latest Browse all 14773

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>