oracle获取某一天某个时间点

 例如每个月12号18点时间

trunc(add_months(last_day(FBizDate), -1) + 12) + 18/24

你可能感兴趣的:(数据库,sql,数据库)