R/duckdb-funs.R
ord.Rd
Returns an INTEGER representing the unicode codepoint of the first character in the string.
INTEGER
unicode
string
ord(string = VARCHAR)
VARCHAR
[unicode('âbcd'), unicode('â'), unicode(''), unicode(NULL)]