Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 318 Bytes

File metadata and controls

22 lines (15 loc) · 318 Bytes
description
This section contains reference documentation for the CODEPOINT function.

codepoint

the Unicode codepoint of the first character of the string

Signature

CODEPOINT(col)

Usage Examples

SELECT CODEPOINT('Apache Pinot') AS value
FROM ignoreMe
value
65