摘要: <select id="selectSelective" resultMap="xxx" parameterType="xxx"> select <include refid="Base_Column_List"/> from xxx where del_flag=0 <choose> <when 阅读全文
posted @ 2018-08-16 19:08 就是你baby 阅读(789) 评论(0) 推荐(0) 编辑
摘要: 一、CONCAT()函数CONCAT()函数用于将多个字符串连接成一个字符串。使用数据表Info作为示例,其中SELECT id,name FROM info LIMIT 1;的返回结果为+ + +| id | name |+ + +| 1 | BioCyc |+ + +1、语法及使用特点:CONC 阅读全文
posted @ 2018-08-16 19:03 就是你baby 阅读(3566) 评论(0) 推荐(0) 编辑
摘要: package com.fmp.orderManager.util; import java.util.Date;import java.util.concurrent.Callable;import java.util.concurrent.ExecutionException;import ja 阅读全文
posted @ 2018-08-16 16:19 就是你baby 阅读(1389) 评论(0) 推荐(0) 编辑