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