STRINGTOUTF8
STRINGTOUTF8(string)
Description
Encodes a string to a byte array using the UTF8 encoding format. This method returns bytes.
Examples
SELECT UTF8TOSTRING(STRINGTOUTF8(name)) FROM Players;
Updated about 5 years ago