12 2016 档案
摘要:select to_char(wm_concat(ssss)) from (select replace(C_CELL_CONTENT ,'=$','') ssss ,rownum ss from ( select distinct C_CELL_CONTENT,1 sss from T_F_RC_
阅读全文
摘要:select replace ('111222333444','222','888') from dual;with tmp as(select 'aabb/123\:cde工人' s from dual union allselect 'c*o"中国人刀k<j>aa|' from dual)sel
阅读全文
摘要:静态内部类可以有静态成员,而非静态类 则不能有静态成员 静态内部类的非静态成员可以访问外部类的静态成员,而不可以访问外部类的非静态成员 非静态方法与对象相关,而静态方法属于类的方法, 总上所述:静态方法和静态类是随着类的加载而加载,而非静态方法需要实例,因此在没有实例的情况下,静态方法是不能调用非静
阅读全文
摘要:排序: rank()over(order by 列名 排序)的结果是不连续的,如果有4个人,其中有3个是并列第1名,那么最后的排序结果结果如:1 1 1 4select scoreid, studentid,COURSENAME,totalexamscore ,rank()over(order by
阅读全文
摘要:CREATE OR REPLACE Function getBdateT( D_Build date, Q_Date date) return Date as D_Return Date; /*返回的日期*/ Q_Year int := 1;/*查询日期的年份*/ Q_Quartar int :=
阅读全文

浙公网安备 33010602011771号