Tag oracle sql unicode function

SQL UNICODE Function

Example Return an integer value (the Unicode value), for the first character of the input expression: SELECT UNICODE(‘Atlanta’); Definition and Usage The UNICODE() function returns an integer value (the Unicode value), for the first character of the input expression. Syntax…