-
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
-
This program use for topological sorting
This program use for topological sorting
- 2022-07-11 19:14:24下载
- 积分:1
-
本程序使用expevaluation
This program use for ExpEvaluation
- 2022-03-29 06:20:45下载
- 积分:1
-
HUFFMAN树的构造算法,求最佳二元码并能借助二元码进行编码和解码。...
HUFFMAN树的构造算法,求最佳二元码并能借助二元码进行编码和解码。-Huffman Tree Construction Algorithm, and the best use of binary code and binary code encoding and decoding.
- 2022-01-25 22:30:51下载
- 积分:1
-
该程序在于如何进行图片存取,怎样访问EXCEL表格.
该程序在于如何进行图片存取,怎样访问EXCEL表格.-the program is how to access pictures, how to visit Excel.
- 2022-01-28 06:15:56下载
- 积分:1
-
用VFP编的电脑查询系统,比较简单,适合初学者参考.
用VFP编的电脑查询系统,比较简单,适合初学者参考.-with VFP addendum to the computer search system, a relatively simple reference for beginners.
- 2022-03-11 17:47:08下载
- 积分:1
-
酒店管理系统
酒店,酒店管理系统,第一眼就有是没有直接的关系和通信系统,但语音通信系统,作为非常重要的方式来使用这一行业中的服务位置已经很特别,早期和简单的酒店管理,其中包括三个部分的内容: 检查-中 ( 登录),检查 (签出),电话服务。与社会的发展,客户,酒店对酒店服务质量的要求继续增加和现代计算机管理、 宾馆、 酒店管理概论并逐渐演变成一个集合的许多服务的一个全面、
- 2022-03-02 12:39:58下载
- 积分:1
-
are running a large hospital source, PB SQLSERVER design, procedures for the dev...
某正在运行的大型医院源程序,PB+SQLSERVER设计,对程序开发和设计非常有参考和借鉴作用,赶快下栽吧-are running a large hospital source, PB SQLSERVER design, procedures for the development and design of information and very useful, it quickly crashed
- 2023-07-27 16:45:19下载
- 积分:1
-
一个实现了三个查找功能的c语言源代码,分别是顺序查找,折半查找和二叉查找树上的查找。可用VC直接编译运行,对查找算法做了很好的演示。...
一个实现了三个查找功能的c语言源代码,分别是顺序查找,折半查找和二叉查找树上的查找。可用VC直接编译运行,对查找算法做了很好的演示。-A search function to achieve the three c-language source code, namely, sequential search, binary search and binary search tree to find. VC can be compiled to run directly on the search algorithm has done a very good presentation.
- 2022-09-05 07:45:02下载
- 积分:1
-
KMP算法是一个查找两个字符串公共串的算法,比一般的算法效率要高很多....
KMP算法是一个查找两个字符串公共串的算法,比一般的算法效率要高很多.-KMP algorithm is a two string public string search algorithms, than the average efficiency of the algorithm is much higher.
- 2022-03-15 16:07:48下载
- 积分:1