GBase 8c
其他
文章

GBase 8c 数据类型——编码类型转换

发表于2023-12-07 14:59:0513次浏览0个评论

l convert_to_nocase(text, text)

 

描述:将字符串转换为指定的编码类型。

返回值类型:bytea

示例:

gbase=# SELECT convert_to_nocase('12345', 'GBK');

 convert_to_nocase

-------------------

 \x3132333435

(1 row)

评论

登录后才可以发表评论