码迷,mamicode.com
首页 >  
搜索关键字:CA    ( 4163个结果
循环查询sql带逗号(,)分隔的数据
select * from sys_role_list where id in (select c from (with test as (select roleid c from sys_role_info where id=1) select substr(t.ca,instr(t.ca,...
分类:数据库   时间:2014-05-01 02:34:49    阅读次数:670
github proxy
--setgithubproxygitconfig--globalhttp.proxyhttp://user_name:user_pwd@user_ip:portgitconfig--systemhttp.sslcainfo/bin/curl-ca-bundle.crt--cancelproxygi...
分类:其他好文   时间:2014-04-30 01:13:49    阅读次数:507
NULL
oracle认为 null 最大。 升序排列,默认情况下,null值排后面。 降序排序,默认情况下,null值排前面。(1)用nvl函数或decode函数将null转换为一特定值 替换null: nvl(arg,value)(2)用case语法将null转换为一特定值: order by (ca.....
分类:其他好文   时间:2014-04-28 01:06:19    阅读次数:554
4163条   上一页 1 ... 415 416 417
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!