Home » MySQL String FROM_BASE64() Function

MySQL String FROM_BASE64() Function

by Online Tutorials Library

MySQL FROM_BASE64() Function

From_base64(str) is a Sring function of MySQL. This method encode the given string to binary formate.

Syntax

Example 1

Output:

MySQL String FROM_BASE64() Function

Example 2

Output:

MySQL String FROM_BASE64() Function

Next TopicMySQL String

You may also like