随笔分类 -  Oracle

摘要:问题现象 使用下面语句查询得到的列别名是大写, 但是起的别名是小写, 没有达到我想要的效果 解决方案 Java中的使用 阅读全文
posted @ 2019-12-25 19:04 HelloWorld102 阅读(2603) 评论(0) 推荐(0)
摘要:select c.channel, c.channel_name , s.show_type, s.show_type_name from T_CHANNEL_INFO c, T_SHOW_INFO s where c.head_seq_no = s.head_seq_no order by c.channel; select distinct c.channel, ... 阅读全文
posted @ 2019-12-17 18:46 HelloWorld102 阅读(215) 评论(0) 推荐(0)
摘要:Oracle更新表字段或者查询表字段时内容中含有特殊字符&的解决方法 现象 解决方式 1. 字符串拼接 2. set define off; 3. chr(38) 阅读全文
posted @ 2019-11-28 09:58 HelloWorld102 阅读(2417) 评论(0) 推荐(0)
摘要:查看序列 阅读全文
posted @ 2019-11-21 14:02 HelloWorld102 阅读(169) 评论(0) 推荐(0)