欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

oracle long转化date ,增加天数 然后转化long

程序员文章站 2022-06-11 08:22:16
...
update event20150117_0  set lrecepttime=(to_date('1970-01-01 00:00:00','yyyy-mm-dd hh24:mi:ss')+   lrecepttime/1000/24/60/60 + interval '1' day- to_date('1970-01-01','yyyy-mm-dd'))* 24*60*60*1000
相关标签: Oracle