随笔分类 -  SQL语句

SQL语句
摘要:oracle数据库中 查询时间小于某个属性 select * from T where T."enddt" < to_date('2021-05-11 14:20:24' , 'yyyy-mm-dd hh24:mi:ss') 查询小于现在时间的记录 select * from T where T." 阅读全文
posted @ 2022-10-12 20:04 psj00 阅读(72) 评论(0) 推荐(0)