随笔分类 - Oracle
摘要:问题现象 使用下面语句查询得到的列别名是大写, 但是起的别名是小写, 没有达到我想要的效果 解决方案 Java中的使用
阅读全文
摘要: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, ...
阅读全文
摘要:Oracle更新表字段或者查询表字段时内容中含有特殊字符&的解决方法 现象 解决方式 1. 字符串拼接 2. set define off; 3. chr(38)
阅读全文

浙公网安备 33010602011771号