Knowledge Walls
John Peter
Pune, Maharashtra, India
COMPRESS() and DECOMPRESS() Method in Mysql with Example
5502 Views
How it works 
COMPRESS method is compress a given string as binary string with the help of zlib libraries.
DECOMPRESS method is decompress a given compressed string by COMPRESS method.
Example
SELECT COMPRESS("God is Great");
SELECT DECOMPRESS(COMPRESS("God is Great"));
  Copyright © 2014 Knowledge walls, All rights reserved
KnowledgeWalls
keep your tutorials and learnings with KnowledgeWalls. Don't lose your learnings hereafter. Save and revise it whenever required.
Click here for more details