Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 oracle pl sql developer 的编辑器中看到 nclob 数据为
Detayları resmi yazı ile iletilen tüberküloz ...
但我想把它解码成
Detayları resmi yazı ile iletilen tüberküloz ...
我的 sql 查询是这样的:
SELECT T.Aciklama "AÇIKLAMA", ...
我应该如何将我的查询更改为真正的解码。