网站首页 站内搜索

搜索结果

查询Tags标签: begintime,共有 1条记录
  • oracle获取当前时间前半小时和整点的时间

    create or replace procedure sp_time AS if to_number(to_char(sysdate,mi)) -30 > 0 then v_begintime := trunc(sysdate,hh24); v_endtime := trunc(sysdate,hh24) + 1/48; else v_begintime := trunc(sysdate,hh24) - 1/48; v_endtime := trunc(sysdate,hh24); end…

    2022/2/4 19:15:34 人评论 次浏览
扫一扫关注最新编程教程