前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >oracle sql 时间比较_oracle todate格式

oracle sql 时间比较_oracle todate格式

作者头像
Java架构师必看
发布2022-09-12 14:37:26
8330
发布2022-09-12 14:37:26
举报
文章被收录于专栏:Java架构师必看

大家好,我是架构君,一个会写代码吟诗的架构师。今天说一说oracle sql 时间比较_oracle todate格式,希望能够帮助大家进步!!!

select *

代码语言:txt
复制
     from BCS\_EXCEPTION\_LOG t
代码语言:txt
复制
     where 1=1
代码语言:txt
复制
     <if test="topic != null and topic !=''">
代码语言:txt
复制
         and t.f\_topic like concat(concat('%',#{topic}),'%')
代码语言:txt
复制
     </if>
代码语言:txt
复制
     <if test="receiveStartTime != null and receiveStartTime !=''">
代码语言:txt
复制
         and t.f\_receivedate &gt;= to\_date(#{receiveStartTime},'yyyy-mm-dd hh24:mi:ss')
代码语言:txt
复制
     </if>
代码语言:txt
复制
     <if test="receiveEndTime != null and receiveEndTime !=''">
代码语言:txt
复制
         and t.f\_receivedate &lt;= to\_date(#{receiveEndTime},'yyyy-mm-dd hh24:mi:ss')
代码语言:txt
复制
     </if>
代码语言:txt
复制
     order by t.f\_receivedate desc

参数格式:2019-05-19 14:02:38(String)

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2022-09-062,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档