Returns the length that the compressed string had before being compressed. Returns NULL if compressed_string is NULL.
SELECT UNCOMPRESSED_LENGTH(COMPRESS(REPEAT('a',30))); 30