This section contains reference documentation for the CODEPOINT function.
the Unicode codepoint of the first character of the string
CODEPOINT(col)
SELECT CODEPOINT('Apache Pinot') AS value FROM ignoreMe
65
Was this helpful?