Syabse IQ 学习 如何在Sybase iq 中定义job

来源:互联网 发布:时间轴 demo 源码 编辑:程序博客网 时间:2024/05/22 13:25

站点: 

风之语

http://www.blogjava.net/gf7/category/7455.html

 

tiger123

http://blog.chinaunix.net/uid/16765068/frmd/7251.html

---定义存储过程

p_Test()


添加定时任务:
create event ev_P_test
   schedule ev_P_test BETWEEN '00:10' AND '23:50' every 1 hours
   enable
    at all
handler BEGIN
 call p_Test()
END;

 

原创粉丝点击