BASE64_DECODE_STRING¶
BASE64_DECODE_STRING(msg[, alphabet])
Reverses the process of calling BASE64_ENCODE
on a string with the given alphabet,
ignoring any newline characters produced by the max_line_length
argument. Raises an
exception if the string is malformed in any way.
See here for Snowflake documentation.