摘要: 今天在论坛里看了一篇帖子,讨论ltrim() 函数的详细用法,下面我借几个高手的回答总结一下: 先看几个实例: SQL> select ltrim('109224323','109') from dual; LTRIM('109224323','109') 224323 这个的功能应该都知道的噢~~ 阅读全文
posted @ 2016-12-21 16:19 L蓝天碧水L 阅读(1355) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2016-12-21 15:07 L蓝天碧水L 阅读(1) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2016-12-21 14:45 L蓝天碧水L 阅读(0) 评论(0) 推荐(0)
摘要: 转载至:http://blog.csdn.net/aqszhuaihuai/article/details/6434160 2种取值:DENSE_RANK FIRST DENSE_RANK LAST SQL> select * from test;ID MC SL 1 111 11 222 11 3 阅读全文
posted @ 2016-12-14 10:18 L蓝天碧水L 阅读(726) 评论(0) 推荐(0)
摘要: 转自:http://www.cnblogs.com/discuss/articles/1866953.html 在oracle 9i之前,对中文的排序,是默认按2进制编码来进行排序的. 9i时增加了几种新的选择: 而oracle 9i是对中文的排序是默认按拼音排序(并不是指NLS_SORT = SC 阅读全文
posted @ 2016-12-09 09:46 L蓝天碧水L 阅读(2641) 评论(0) 推荐(0)
摘要: 转载来源:http://www.cnblogs.com/shootercheng/p/5836657.html 一、查看MySQL数据库服务器和数据库MySQL字符集。 1 show variables like '%char%'; show variables like '%char%'; 二、查 阅读全文
posted @ 2016-12-07 13:23 L蓝天碧水L 阅读(3539) 评论(0) 推荐(0)
摘要: 转载来源:https://zhidao.baidu.com/question/240797777248343764.html 关于cron表达式:Cron 表达式包括以下 7 个字段:秒分小时月内日期月周内日期年(可选字段)特殊字符Cron 触发器利用一系列特殊字符,如下所示:反斜线(/)字符表示增 阅读全文
posted @ 2016-11-30 14:18 L蓝天碧水L 阅读(8527) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2016-11-08 15:31 L蓝天碧水L 阅读(3) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2016-11-07 16:34 L蓝天碧水L 阅读(2) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2016-11-07 10:48 L蓝天碧水L 阅读(2) 评论(0) 推荐(0)