postgreSQL 里有对BASE64解码的函数吗?
PostgreSQL 中可以使用 decode() 函数来解码 BASE64 编码的字符串。
decode()
SELECT decode('dfjslkjjfdklsjl', 'base64');