SQL Reference
UNICODE
unicode(string)
Section titled “unicode(string)”- string: VARCHAR
Example
Section titled “Example”SELECT [unicode('âbcd'), unicode('â'), unicode(''), unicode(NULL)];SQL Reference
SELECT [unicode('âbcd'), unicode('â'), unicode(''), unicode(NULL)];