-
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
-
ADBMS document for procedures and triggers
ADBMS document for procedures and triggers
- 2022-04-17 19:26:43下载
- 积分:1
-
安徽工程科技学院 2009年计算机07级数据结构课程设计题目及要求...
安徽工程科技学院 2009年计算机07级数据结构课程设计题目及要求-Anhui Institute of Engineering and Technology in 2009 a computer 07 data structure and requirements of the subject curriculum design
- 2022-04-20 05:43:54下载
- 积分:1
-
求最大公约数和最小公倍数的程序,输入两个数,能求出最大公约数和最小公倍数...
求最大公约数和最小公倍数的程序,输入两个数,能求出最大公约数和最小公倍数-seek common denominator and implements procedures to import two few, the common denominator can be obtained and implements
- 2022-02-11 22:12:42下载
- 积分:1
-
uuuuuuuuuuuuuuuuuuuu
ybbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
- 2022-05-21 08:39:42下载
- 积分:1
-
学籍管理信息系统
学籍管理信息系统-expulsion Management Information System
- 2022-08-03 14:50:10下载
- 积分:1
-
一个用VB开发的文件管理程序
一个用vb开发的档案管理程序-a development with vb file management procedures
- 2022-02-02 08:57:59下载
- 积分:1
-
VC++访问DAO数据库
VC++访问DAO数据库-VC visit DAO Database
- 2022-01-26 06:25:58下载
- 积分:1
-
用于模拟交通的排队
用于模拟交通的排队-used to simulate traffic queue
- 2023-01-05 00:50:04下载
- 积分:1
-
本程序为用VF实现的商品管理系统,实现了商品的顾客的注册和商品预定和进出货的管理,还有经理的全面管理,里面的readme.txt文件有相应的权限信息,在进入系统...
本程序为用VF实现的商品管理系统,实现了商品的顾客的注册和商品预定和进出货的管理,还有经理的全面管理,里面的readme.txt文件有相应的权限信息,在进入系统时使用-the procedures used to achieve the VF merchandise management system that the goods customers for the registration and merchandise is scheduled to ship and into the management, manager of the comprehensive management, inside the readme.txt file a corresponding authority of information, access to the system in use
- 2022-05-15 19:44:12下载
- 积分:1