-
用delphi开发的一个数据库浏览器
用delphi开发的一个数据库浏览器-with the development of a database browser
- 2023-06-04 10:50:03下载
- 积分:1
-
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
-
四则运算实现,这个算法是用C语言实现的,算法程序代码明确易懂。...
四则运算实现,这个算法是用C语言实现的,算法程序代码明确易懂。-four Operators realize that this algorithm is used to achieve the C language, the algorithm code clear and understandable.
- 2022-06-15 16:25:28下载
- 积分:1
-
学生数据库系统
这是学生信息系统项目。你可以做以下事情1.添加记录2.清单上做好记录3.修改记录4.删除记录5.退出程序用来存储数据文件
- 2022-06-14 17:46:42下载
- 积分:1
-
对Acess数据库进行操作
对Acess数据库进行操作-right Acess database operation
- 2022-02-14 20:34:27下载
- 积分:1
-
数据结构算法集锦,采用vb语言编写,集多种常见的数据结构算法。...
数据结构算法集锦,采用vb语言编写,集多种常见的数据结构算法。-Collection algorithm data structure used vb language, multi common data structure algorithms.
- 2023-06-19 16:00:04下载
- 积分:1
-
icarnegie practice sdd7 courses 2, perfect, the right decision, rest assured tha...
icarnegie 课程的sdd7的练习2,满分,决对正确,放心使用-icarnegie practice sdd7 courses 2, perfect, the right decision, rest assured that the use of
- 2022-09-30 19:50:04下载
- 积分:1
-
你用过<<中华诗词6000>>吗?那个是VF编写的,而我是用VC++编烈写的!搜索速度明显比作者原版更快了,还包含了重要的诗词数据库,代...
你用过吗?那个是VF编写的,而我是用VC++编烈写的!搜索速度明显比作者原版更快了,还包含了重要的诗词数据库,代码注释详尽.-You used
- 2023-08-27 04:35:04下载
- 积分:1
-
图书管理系统源码及报表分析,库管理..
图书管理系统源代码及报告分析,图书管理系统源代码及报告分析-Library management system source code and reports analysis, library management system source code and reports analysis of
- 2023-01-03 02:35:07下载
- 积分:1
-
最小生成树,基本满足最小生成树的所有的要求。
最小生成树,基本满足最小生成树的所有的要求。-Minimum spanning tree, minimum spanning tree basically meet all the requirements.
- 2022-03-24 11:23:48下载
- 积分:1