摘要: select * from table where to_days(dateline) = to_days(now());select * from table where date(dateline) = curdate(); --查询昨天记录select * from table where t... 阅读全文
posted @ 2014-12-01 00:34 samefy 阅读(198) 评论(0) 推荐(0)