select * from geimstatus_history t
where to_date(t.data_time,'YYYY-mm-dd') = to_date(sysdate,'YYYY-mm-dd')
AND t.car_state='11'
order by t.gei_mes desc, t.data_time desc

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-03
  • 2021-12-18
  • 2022-02-09
猜你喜欢
  • 2021-06-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-20
相关资源
相似解决方案