会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
西天之旅
博客园
首页
新随笔
联系
订阅
管理
2012年5月19日
oracle dbms_out.put_line 输出超过255个字符的数据
摘要: begin for i in 1..ceil(length(SWJGDM)/255) loop if i=1 then dbms_output.put_line(substr(SWJGDM,1,i*255)); else dbms_output.put_line(substr(SWJGDM,(i-1)*255,i*255)); end if; end loop; end;
阅读全文
posted @ 2012-05-19 16:44 西天之旅
阅读(640)
评论(0)
推荐(0)
编辑
公告