摘要: 右击function选择新增 如果是数字返回本身,如果不是数字返回0: create or replace function isNumber(p in varchar2) return number is Result number;begin result := to_number(p); re 阅读全文
posted @ 2017-02-24 16:32 silvan_happy 阅读(9771) 评论(1) 推荐(0) 编辑
摘要: 贴代码: <select id="getInfo" parameterClass="java.util.HashMap" resultClass="java.util.HashMap"> <isEqual property="Type" compareValue="02"> select a.* f 阅读全文
posted @ 2017-02-24 15:46 silvan_happy 阅读(4105) 评论(0) 推荐(0) 编辑