摘要:
/* 每10秒钟执行一次 插入一条时间 */ -- 创建table create table tab_time( current_time timestamp ); -- 创建存储过程 create or replace procedure pro_job_print as begin --dbms_output.put_li... 阅读全文
posted @ 2016-11-09 16:20
秦正全
阅读(226)
评论(0)
推荐(0)
HELLO,WORLD