Structsยง
- Ascii
Function - ASCII() - Get ASCII/Unicode code point of first character
- Char
Function - CHAR() - Alias for CHR() for SQL compatibility
- Decode
Function - DECODE() - Decode base64 or hex string
- Encode
Function - ENCODE() - Encode string to base64 or hex
- OrdFunction
- ORD() - Alias for ASCII (common in some SQL dialects)
- ToDecimal
Function - TO_DECIMAL() - Convert string to decimal/float
- ToInt
Function - TO_INT() - Convert string to integer
- ToString
Function - TO_STRING() - Convert any value to string
- Unicode
Function - UNICODE() - Get all Unicode code points in a string