码迷,mamicode.com
首页 > 其他好文 > 详细

iBatis 使用总结

时间:2014-11-06 17:14:09      阅读:188      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   ar   使用   for   sp   strong   

http://blog.csdn.net/caihaijiang/article/details/6438633 --日期格式化
date_format(createtime,‘%Y-%m-%d‘) = ‘2011-10-17‘
得到指定年份、月份、日期
date_format(STR_TO_DATE(birthday,‘%Y年%m月%d日‘),‘%Y‘) 
 
--模糊查询
错误
1.ibatis中定义
     appname like ‘%#keyword#%‘
2.参数中放入传给ibatis
     param:‘%keyword%‘
     ibatis:#keyword#
 
正确写法
select * from query_table where appname like concat(‘%‘,#keyword#,‘%‘)
 
 
 

iBatis 使用总结

标签:style   blog   http   color   ar   使用   for   sp   strong   

原文地址:http://www.cnblogs.com/svennee/p/4078805.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!