to_oct() 是一个系统函数,用于将整数转换为其等效的二进制补码八进制表示。
to_oct() 已在 PostgreSQL 17 中添加。
示例
to_oct() 的基本用法示例
postgres=# SELECT to_oct(123); to_oct -------- 173 (1 row)
参考资料
- PostgreSQL 文档: 其他字符串函数和运算符
反馈
请在此 提交有关“to_oct()”的任何评论、建议或更正。to_oct() 是一个系统函数,用于将整数转换为其等效的二进制补码八进制表示。
to_oct() 已在 PostgreSQL 17 中添加。
to_oct() 的基本用法示例
postgres=# SELECT to_oct(123); to_oct -------- 173 (1 row)
to_oct()”的任何评论、建议或更正。