UTF8
This section contains reference documentation for UTF8 encode/decode functions.
Signature
Usage Examples
SELECT bytesCol1, fromUtf8(bytesCol1) AS utf8Str
FROM testTable
LIMIT 1bytesCol1
utf8Str
SELECT toUtf8('hello!') AS binaryOutput
FROM ignoreMebinaryOutput
Was this helpful?

