首页
技术
登录
6mi
u
盘
搜
搜 索
技术
Oracle时间范围查询
Oracle时间范围查询
技术
2024-04-15
84
select * from sj.g_wip_sn_detail g where g.d_t between to_date('2020-07-03 08:00:00', 'YYYY-MM-DD hh24:mi:ss') and to_date('2020-07-04 08:00:00', 'YYYY-MM-DD hh24:mi:ss') and g.report_name = 'CIT' order by g.d_t desc;
转载请注明原文地址:https://ipadbbs.8miu.com/read-48916.html
最新回复
(
0
)