-
ORALCE JOB
存储过程sql:
create or replace procedure job_proc is
begin
--免费票状态修改 需修改ID
update O_2413 set attr_24131004="作废" where attr_24131004="已售";
--普通票状态修改 需修改ID
update O_2405 set attr_24051004="作废" where attr_24051004="已售";
--团体票状态修改 需修改ID
update O_2412 set attr_24121004="作废" where attr_24121004="已售";
end;
job的sql:
declare
job number;
begin
dbms_job.submit(job, "job_proc;", sysdate, "TRUNC(SYSDATE + 1)");
end;
- 2022-01-25 20:02:48下载
- 积分:1
-
浙大acm在线评判系统zju online judge上面的题目解答源码(1),对于想要提高自己编程能力的同学来说是极好的资料,网上一般不会把这些源代码贴出,本...
浙大acm在线评判系统zju online judge上面的题目解答源码(1),对于想要提高自己编程能力的同学来说是极好的资料,网上一般不会把这些源代码贴出,本人此次奉献出,也是想为广大编程爱好者做点贡献。-Zheda acm online evaluation system zju online judge the subject to answer the above source (1), for the programming you want to improve their own ability to students is excellent information, the Internet is generally not the source code of these posted, I am the dedicated, but also for the general programming enthusiasts would like to做点贡献.
- 2022-08-18 13:11:05下载
- 积分:1
-
关键路径的查询算法关键 路径的查询算法 关键路径的查询算法...
关键路径的查询算法关键 路径的查询算法 关键路径的查询算法-关键路径的查询算法
- 2022-02-02 13:06:17下载
- 积分:1
-
有关启发式搜索的经典算法:A*最短路径算法的实例和对应程序。关注的朋友可以留意一下。(比传统的Dijistra算法效率高很多哦!^_^)...
有关启发式搜索的经典算法:A*最短路径算法的实例和对应程序。关注的朋友可以留意一下。(比传统的Dijistra算法效率高很多哦!^_^)-the heuristic search algorithm of the classic : A* shortest path algorithm examples and the corresponding procedures. Concerned friends can look. (Dijistra than the traditional algorithm efficiency is much higher oh 70,000
- 2022-01-26 05:59:44下载
- 积分:1
-
数据结构的课程设计,编程实现一个简单的分配问题!
数据结构的课程设计,编程实现一个简单的分配问题!-Curriculum design, data structures, programming a simple allocation problem!
- 2022-02-01 16:50:59下载
- 积分:1
-
在 php 中的网站类
在我的教室里,我学会了如何在 php 中使类。这就像在其他语言中的类。所以我分享我的课堂学习。
- 2022-08-07 21:33:00下载
- 积分:1
-
car park management system, more complex, for your study reference!
停车场管理系统,比较复杂,供大家学习参考!-car park management system, more complex, for your study reference!
- 2022-03-09 17:37:13下载
- 积分:1
-
Fir filter的设计,FIR滤波器系数
Fir filter的设计,FIR滤波器系数-Fir filter design, FIR filter coefficients
- 2022-03-23 06:20:25下载
- 积分:1
-
完成输入图,然后进行图的深度优先遍历
完成输入图,然后进行图的深度优先遍历-Complete the input map, and then proceed to map the depth-first traversal
- 2022-02-05 12:59:49下载
- 积分:1
-
数据结构词典(英文)
数据结构词典(英文)-data structure Dictionary (English)
- 2022-08-15 23:25:45下载
- 积分:1