Redshift 中的 Base64 解码

Pab*_*aba 5 sql base64 decode amazon-redshift

是否有 redshift/sql 函数来解码 base64 字符串?如果没有,请建议我如何在 redshift 中编写一个函数来解码 base64 ?

din*_*707 2

请参阅此http://docs.aws.amazon.com/redshift/latest/dg/r_CREATE_FUNCTION.html,您可以在Redshift中创建一个函数,并且可以使用python对其进行编码。

以下是在 python 中执行此操作的一些可能方法Python base64 数据解码