摘要: #查询近半年的数据 select * from youTable where time_colume>=curdate()- interval 6 month #查询近3年的数据 select * from youTable where time_colume>=curdate()- interva 阅读全文
posted @ 2024-10-30 16:42 苹果芒 阅读(216) 评论(0) 推荐(0)