9条回答 默认 最新
renkai721 2019-09-27 16:28关注试下这个
select * from device_data where device_id = '05DAFF323037574D431268371' and time between '2019-09-18 00:00:00' and '2019-09-19 00:00:00' LIMIT 10解决 无用评论 打赏 举报
试下这个
select * from device_data
where device_id = '05DAFF323037574D431268371'
and time between '2019-09-18 00:00:00' and '2019-09-19 00:00:00'
LIMIT 10