【发布时间】:2017-07-18 17:45:37
【问题描述】:
如何在 Amazon Redshift 中将无符号整数转换为二进制字符串?例如对于数字 10,我想得到“1010”。
我找到了a UDF that does this,但我不想使用任何 UDF。
【问题讨论】:
-
您可以...使用您链接到的 udf 定义中的代码...
-
@Siyual 但它是在 Python 中...
标签: sql amazon-redshift