会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
鸭子上架
博客园
首页
新随笔
联系
订阅
管理
2016年1月24日
plsql客户端字符集设置
摘要: 环境变量NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
阅读全文
posted @ 2016-01-24 21:25 鸭子上架
阅读(859)
评论(0)
推荐(0)
2016年1月20日
unable to get a stable set of rows in the source tables
摘要: merge into panbandiannao_product pausing (select * from (select row_number() over(partition by s.relate_productid order by s.relate_productid) rd, s.r...
阅读全文
posted @ 2016-01-20 14:32 鸭子上架
阅读(994)
评论(0)
推荐(0)
2016年1月5日
json生成
该文被密码保护。
阅读全文
posted @ 2016-01-05 14:35 鸭子上架
阅读(2)
评论(0)
推荐(0)
2015年12月30日
oracle 字符串中去掉重复的字符串
摘要: create or replace function MyReplace(oldStr varchar2, sign varchar2) return varchar2 isstr varchar2(1000);currentIndex number;startIndex number;endInd...
阅读全文
posted @ 2015-12-30 17:00 鸭子上架
阅读(1089)
评论(0)
推荐(0)
公告