Oracle 字串函式
<select id="queryPage" parameterType="java.util.Map" resultMap="DoorPo">
SELECT
t.controllersn as CONTROLLERSN,
<include refid="join_columns"/>
FROM TB_DOOR_CONTROLLER t
LEFT JOIN TB_DOOR_DOOR d ON t.CONTROLLERSN=d.controllerid
<where>
instr(d.DOORENABLED, '1') > 0
<if test="@Ognl@isNotEmpty(controllerid)">
and t.CONTROLLERSN=#{controllerid}
</if>
<if test="@Ognl@isNotEmpty(zoneid)">
and t.zoneid=#{zoneid}
</if>
</where>
</select>
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69949806/viewspace-2661576/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle 字串函式Oracle字串函式
- Oracle中REGEXP_SUBSTR函式(字串轉多行)Oracle函式字串
- MySQL(四)日期函式 NULL函式 字串函式MySql函式Null字串
- 字串函式 metaphone ()字串函式
- 字串函式 print ()字串函式
- 字串函式 explode ()字串函式
- 字串函式 ord ()字串函式
- 字串函式 ltrim ()字串函式
- 字串函式 levenshtein ()字串函式
- 字串函式 lcfirst ()字串函式
- 字串函式 implode ()字串函式
- 字串函式 fprintf ()字串函式
- 字串函式 htmlentities ()字串函式HTML
- 字串函式 htmlspecialchars ()字串函式HTML
- PHP字串函式PHP字串函式
- oracle 函式Oracle函式
- oracle or 函式Oracle函式
- MySQL 字串函式:字串擷取MySql字串函式
- T-SQL——函式——字串操作函式SQL函式字串
- PHP 每日一函式 — 字串函式 crypt ()PHP函式字串
- MySQL函式學習(一)-----字串函式MySql函式字串
- PHP 每日一函式 — 字串函式 chr ()PHP函式字串
- PHP 每日一函式 — 字串函式 addslashes ()PHP函式字串
- PHP 每日一函式 — 字串函式 addcslashes ()PHP函式字串
- MySQL函式大全(字串函式,數學函式,日期函式,系統級函式,聚合函式)MySql函式字串
- Lesson12——NumPy 字串函式之 Part1:字串操作函式字串函式
- Oracle常用函式Oracle函式
- 7 Oracle 函式Oracle函式
- Oracle分析函式與視窗函式Oracle函式
- Lesson14——NumPy 字串函式之 Par3:字串資訊函式字串函式
- PHP 每日一函式 — 字串函式 chunk_split ()PHP函式字串
- PHP 每日一函式 — 字串函式 crc32 ()PHP函式字串
- PHP 每日一函式 — 字串函式 count_chars ()PHP函式字串
- 字串函式 md5 ()字串函式
- 字串函式學習三字串函式
- 字串函式學習二字串函式
- 字串函式學習一字串函式
- 字串函式 parse_str ()字串函式