不断总结中.................

1.等于
land.djsj=to_date('2016/7/26','yyyy-MM-dd')
2.大于等于
land.djsj>=to_date('2016/7/26','yyyy-MM-dd')
3.小于等于
land.djsj<=to_date('2016/7/26','yyyy-MM-dd')
4.区间
land.djsj>=to_date('2016/7/26','yyyy-MM-dd') and land.djsj<=to_date('2016/7/26','yyyy-MM-dd')

5.日期格式
to_date('2007-09-07 00:00:00','yyyy-mm-dd hh24:mi:ss')
to_date('2016/7/26','yyyy-MM-dd')

6.获取当前时间
SYSDATE();
7.格式化时间
TO_CHAR(SYSDATE(),'YYYY/MM/DD HH24:MI:SS')

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-11
  • 2021-09-10
  • 2021-08-08
  • 2021-06-05
  • 2022-12-23
猜你喜欢
  • 2021-11-13
  • 2021-09-14
  • 2022-12-23
  • 2021-06-17
  • 2021-11-01
  • 2022-03-02
相关资源
相似解决方案