EXPANDSQLEXPAND(dataBytes) Parameters dataBytes - data to expand. Description Expand data that was compressed using the COMPRESS function. This method returns bytes. Example SQLUTF8TOSTRING(EXPAND(COMPRESS(STRINGTOUTF8('Test')))) Updated over 4 years ago Table of Contents Parameters Description Example