摘要: 按天查询 查看当天日期 select current_date(); 查看当天时间 select current_time(); 查看当天时间日期 current_timestamp(); 查询当天记录 select * from 表名 where to_days(时间字段名) = to_days( 阅读全文
posted @ 2019-03-26 10:00 今晚在线 阅读(213) 评论(0) 推荐(0)