select * from GPS_LOG t where to_char(t.gps_time,'hh24:mm:ss')>='15:30:00'
and to_char(t.gps_time,'hh24:mm:ss')<='17:00:00' order by t.gps_time
转载于:https://www.cnblogs.com/peterpanzsy/p/4079912.html
本文介绍了一种使用SQL查询从GPS_LOG表中筛选出特定时间段(15:30到17:00)内的记录的方法,并按gps_time字段进行排序。
select * from GPS_LOG t where to_char(t.gps_time,'hh24:mm:ss')>='15:30:00'
and to_char(t.gps_time,'hh24:mm:ss')<='17:00:00' order by t.gps_time
转载于:https://www.cnblogs.com/peterpanzsy/p/4079912.html
1208
6763
2336

被折叠的 条评论
为什么被折叠?
