标签:oracle数据库 datetime and HERE rom bsp 记录 ons time
select * from data_taskregionschedule WHERE regioncode=‘HYL‘ and
updatetime-to_date(‘2018-05-15‘,‘yyyy-mm-dd‘)=
(select min(updatetime-to_date(‘2018-05-15‘,‘yyyy-mm-dd‘)) from
data_taskregionschedule where REGIONCODE=‘HYL‘ AND updatetime>to_date
(‘2018-05-15‘,‘yyyy-mm-dd‘));
标签:oracle数据库 datetime and HERE rom bsp 记录 ons time
原文地址:https://www.cnblogs.com/xiaoyuersdch/p/9045534.html