A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.w3resource.com/mysql/encryption-and-compression-functions/uncompress().php below:

Website Navigation


MySQL uncompress() - w3resource

MySQL UNCOMPRESS() functionLast update on August 08 2023 12:40:19 (UTC/GMT +8 hours) UNCOMPRESS() function

MySQL uncompress() brings a compressed string back to its original condition. For compression, compress() function is used.

Syntax:

UNCOMPRESS(str)

Argument:

Name Description str A string.

Syntax Diagram:

MySQL Version: 8.0

Example:

Code:

SELECT UNCOMPRESS(COMPRESS('w3resource'));

Explanation:

The above MySQL statement returns w3resource.

Output:

mysql> SELECT UNCOMPRESS(COMPRESS('w3resource'));
+------------------------------------+
| UNCOMPRESS(COMPRESS('w3resource')) |
+------------------------------------+
| w3resource                         | 
+------------------------------------+
1 row in set (0.00 sec)

Previous: SHA1()
Next: UNCOMPRESSED_LENGTH()




RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4