我要查询2个时间段的数据sql语句,mysql数据库 阿里云优惠券 知道 2018-12-11 2 我要查询2个时间段的数据sql语句,mysql数据库当前问题共有如下(2)个解决方案love436053select * from tablewhere (time > t1 and time < t2) or (time > t3 and time < t4)learning聆听select “要查询时间的字段名” from table(表名) where 时间字段名=“第一个时间点” and 时间字段名=“第二个时间点” 上一篇:Linux(CentOS 6.5)Apache服务器基于MySQL数据库进行身份验证用PASSWORD加密方式加密密码无 下一篇:菜鸟级mysql5.5.38问题
where (time > t1 and time < t2) or (time > t3 and time < t4)