oracle 中blob大字段转string类型

时间:2020-05-08 12:46:06   收藏:0   阅读:752

转载:https://blog.csdn.net/qq_37980551/article/details/85264988

 

select utl_raw.cast_to_varchar2(dbms_lob.substr(a,b,c)) from table;

a:你要转换的那个字段;
b:截取字符串长度,一般限制2000;
c:起始位置;

原文:https://www.cnblogs.com/liguang/p/12849555.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!