The CHAR function will convert an integer value to the single character corresponding to the ASCII value of the argument arg. e.g. CHAR(65) will return the string "A" NOTE: CHAR(0) will return the empty (or NULL) string ""
e.g. CHAR(65) will return the string "A"
CHAR(0) will return the empty (or NULL) string ""