码迷,mamicode.com
首页 > 数据库 > 详细

mysql 时间函数date_format

时间:2014-11-09 09:49:08      阅读:194      评论:0      收藏:0      [点我收藏+]

标签:des   style   blog   http   color   sp   for   数据   div   

http://toptree.iteye.com/blog/812642今天,在开发邮件系统的时候发现有很多的邮件没有发送成功,想手动把数据修改。找了mysql 的日期函数

 

    获得的pubtime为String型,在sql语句中用mysql的时间函数date_format(‘time‘,‘format‘)转换:

   

    String sqlstr="select * from do_document where

    pub_time<date_format(‘"+pubtime+"‘,‘%Y-%m-%d %H:%i:%s‘) order by pub_time desc limit 0,1";

   

     然后执行该sql语句就查到了满足条件的记录。

 

    用法:

 

  select count(*)  from MESSAGE where date_format(sendTime,‘%Y-%m-%d‘) = ‘2010-11-16‘  

 

 

       SELECT COUNT(*) from test_table where  activityid in (-1,4)  and weibotime < STR_TO_DATE(‘2011-09-01 00:00:00‘, ‘%Y-%m-%d %H:%i:%s‘)

mysql 时间函数date_format

标签:des   style   blog   http   color   sp   for   数据   div   

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

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