搜索资源列表
prc_bs_fact_serv_fee_int
- 一个oracle数据库系统,游标使用的样例,并包含程序控制-an oracle database system, the use of the sample cursor, and contains program control
pkg_XXX.rar
- oracle 存储过程 包括 cursor record 动态sql 临时表等 用于oracle参考学习用,oracle stored procedure cursor record including dynamic sql temporary table, such as learning to use reference for oracle
Oracle_Delete
- Oracle删除重复记录. 删除表中多余的重复记录,方法一:重复记录是根据单个字段(peopleId)来判断,只留有rowid最小的记录.方法二:利用游标。 -Oracle delete duplicate records. Delete unwanted duplicate records in the table, Method One: duplicate records are based on a single field (peopleId) to determi
Oracle
- 这是一个关于oracle里面的存储过程,游标,事务等的资料,适合于初学者-This is inside a stored procedure on oracle, cursor, transaction and other information, suitable for beginners
OracleProc
- delphi中调用oracle的存储过程[分带返回游标,不返回值两种] 关键字: delphi ,oracle存储过程,游标,返回数据集,报表-delphi call oracle stored procedure [points with the cursor back, do not return the value of two] keywords: delphi, oracle stored procedures, cursor, return data sets, stateme
oracle_cursor
- 对oracle里的游标的几种实现方法分别举例说明,帮助学习-Cursor on the oracle' s implementation of several methods, respectively, illustrate
otlv4_h
- OTL是Oracle 和 ODBC 的模板库,它屏蔽数据库操作的底层,提供数据库连接功能,以标准 C++ 流的方式完成嵌入式 SQL 语句、存储过程的执行和光标操作。-OTL' s are Oracle and ODBC Template Library, which shield the underlying database operations to provide database connectivity to standard C++ stream manner embedde
dbquery
- j2ee 全功能oracle访问处理包 包括以下扩充模板: 事务 匿名存贮过程 游标 触发器 序列发生器等-oracle access to a full-featured j2ee handle the expansion of the template package includes the following: Anonymous Storage Service triggers the process of sequence generator, such as
cursor
- cursor cursor.tex-cursor cursor cursor oracle
OraCur
- Oracle Cursor Connector
Cursor
- 此word文档系统介绍了oracle数据库中PL/SQL快的定义以及游标的使用,举了大量的游标实例-This word document describes the oracle database system, PL/SQL fast definition and use of the cursor, move the cursor a lot of instances
oracle-cursor
- oracle 游标的用法以及各种注意事项-oracle cursor usage and a variety of considerations
oracle
- oracle数据库的游标管理,数据库代码+PPT 1- 隐式游标2- 显式游标3- 循环游标4- REF游标。希望对学习oracle数据库游标管理的朋友有帮助-cursor oracle database administration, database code+ PPT 1- implicit cursor 2-- explicit cursor 3- loop cursor 4- REF cursor. I hope to learn oracle database cursor ma
oracle-cursor
- 详细的介绍了oracle中游标的使用.及完整的实例-Detailed introduces the oracle middle mark use. And complete example
oracle_cursor
- Oracle游标使用简明教程,附实例(Oracle,游标)-oracle cursor
oracle
- oracle数据库的实验报告。触发器和光标喜欢的下载-experimental report of the oracle database. Triggers, and cursor-like download
nonius_oracle
- oracle 中的游标操作,是我在课堂上做的一些练习,具有很好的入门和复习的效果-oracle cursor operation, some of the exercises I do in the classroom, and the effect of having a good entry and review
Oracle-SQL
- ,以PPT的形式讲解,SQL内置函数说明,分别对每个函数都有详细的列子. -PL/SQL based on the form of the PPT explain, starting from the basics of syntax, including knowledge of the cursor, etc. oracle.
Oracle
- Oracle触发器,过程,及游标 例题 代码 PPT 非常详细-Oracle triggers, procedures, and the cursor
oracle
- Oracle 存储过程 1 Oracle存储过程基础知识 1 Oracle存储过程的基本语法 2 关于Oracle存储过程的若干问题备忘 4 1. 在Oracle中,数据表别名不能加as。 4 2. 在存储过程中,select某一字段时,后面必须紧跟into,如果select整个记录,利用游标的话就另当别论了。 5 3. 在利用select...into...语法时,必须先确保数据库中有该条记录,否则会报出 no data found 异常。 5 4. 在存储过程中,