摘要: 创建自定义数组cron_type_number 本方法中用到了自定义数组,需要单独创建 create or replace type cron_type_number as table of number(4); 创建函数cron_getnexttimeafter() 1 create or rep 阅读全文
posted @ 2020-05-22 09:32 流失的痕迹 阅读(766) 评论(2) 推荐(0) 编辑
摘要: Cron表达式是一个字符串,字符串以5或6个空格隔开,分为6或7个域,每一个域代表一个含义,Cron有如下两种语法格式: (1) Seconds Minutes Hours DayofMonth Month DayofWeek Year (2)Seconds Minutes Hours DayofM 阅读全文
posted @ 2020-05-22 09:29 流失的痕迹 阅读(173) 评论(0) 推荐(0) 编辑