摘要:
创建自定义数组cron_type_number 本方法中用到了自定义数组,需要单独创建 create or replace type cron_type_number as table of number(4); 创建函数cron_getnexttimeafter() 1 create or rep 阅读全文
摘要:
Cron表达式是一个字符串,字符串以5或6个空格隔开,分为6或7个域,每一个域代表一个含义,Cron有如下两种语法格式: (1) Seconds Minutes Hours DayofMonth Month DayofWeek Year (2)Seconds Minutes Hours DayofM 阅读全文