Re: Where is the COMPRESS() function?

2003-06-06 Thread Becoming Digital
05 June, 2003 14:53 Subject: Where is the COMPRESS() function? Hi, I was looking through the online manual, and on this page (http://www.mysql.com/doc/en/Miscellaneous_functions.html), there is a function called COMPRESS(): COMPRESS(string_to_compress) compresses a string mysql> select l

Where is the COMPRESS() function?

2003-06-06 Thread Ed Leafe
Hi, I was looking through the online manual, and on this page (http://www.mysql.com/doc/en/Miscellaneous_functions.html), there is a function called COMPRESS(): COMPRESS(string_to_compress) compresses a string mysql> select length(compress(repeat("a",1000))); +-