UNBASE64
Description
The UNBASE64 function is used to convert a string in BASE64 encoding format to binary format. This function accepts a string parameter and returns the corresponding binary data.
Parameter Description
- str: The input string in BASE64 encoding format.
Return Result
Returns data in binary format.
Example
- Convert a BASE64 string to text data:
Results:
- Convert BASE64 string to BLOB data:
Results:
- Convert multiple BASE64 strings to text data and concatenate them:
Results:
- Extract the BASE64 encoded field from the table and convert it to text data:
Results: