簡體   English   中英

等效於 Postgres 中 Oracle 的 utl_raw.cast_to_raw()

[英]Equivalent of Oracle's utl_raw.cast_to_raw() in Postgres

有人知道 utl_raw.cast_to_raw() function 的 postgres 替代品嗎?

謝謝!

只需將字符串轉換為bytea

SELECT CAST('astring' AS bytea);

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM