会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
曹英杰
博客园
首页
新随笔
联系
管理
订阅
2018年10月15日
ORACLE表名与列名小写转成大写
摘要: 批量将表名变为大写 begin for c in (select table_name tn from user_tables where table_name upper(table_name)) loop begin execute immediate 'alter table "'||c.tn||'" rename to '||c.tn; exception when others th...
阅读全文
posted @ 2018-10-15 11:05 曹英杰
阅读(722)
评论(0)
推荐(0)
编辑
公告