摘要: 查询2017的数据:select * from table where year(column)='2017';查找月份为12的数据:select * from table where month(column)='12';查找天数为本年第二天的数据:select * from table wher 阅读全文
posted @ 2017-08-18 11:37 knox大树 阅读(8999) 评论(0) 推荐(0)