我需要将 base64 字符串转换为 bytea 类型。但是当我通过 pgAdminIII 执行 SQL 语句时:</p>
select decode("ygAAA", 'base64');
我收到以下错误消息:
ERROR: syntax error at or near ")"
LINE 1: select decode('ygAAA', 'base64');
^
********** 错误 **********
ERROR: syntax error at or near ")"
SQL 状态: 42601
字符:59
我的 postgresql 的版本是 8.2.15。我可以使用编码功能。我用谷歌搜索了它,但没有找到解决方案。有人可以帮助我吗?TKS!