Back to Playground Home

Returns the Unicode codepoint of the first character of a string

SELECT string_field, CODEPOINT(string_field) AS value
FROM users