代码搜索:PLSQL
找到约 265 项符合「PLSQL」的源代码
代码结果 265
www.eeworm.com/read/263557/11357305
chm oracle_plsql_manual.chm
www.eeworm.com/read/237463/4627574
svn-base plsql.txt.svn-base
DECLARE
CURSOR c1 IS
SELECT account_id, oper_type, new_value FROM action
ORDER BY time_tag
FOR UPDATE OF status;
BEGIN
FOR acct IN c1 LOOP -- process each row one at a time
www.eeworm.com/read/235303/4651944
prj log4plsql.prj
[Project ID]
Signature=UE Proj: v.1
[Project Information]
Project Directory=E:\GGM\perso\log4plsql\Log4plsql\
Use Relative Directory=0
Relative to Project File=0
Project Wordfile=
[Files - sql]
www.eeworm.com/read/161040/5563803
txt plsql101_script.txt
EDIT d:\plsql101_test.sql
-- Insert the following commands into the script file
CREATE TABLE plsql101_temp (
first_name VARCHAR2(15),
last_name VARCHAR2(25)
)
;
INSERT INTO
www.eeworm.com/read/174132/9606649
ppt chapter14plsql.ppt
www.eeworm.com/read/366789/9798787
pdf plsql程序设计.pdf
www.eeworm.com/read/204666/15335381
ppt 补充plsql的上机.ppt
www.eeworm.com/read/200321/15435322
ppt oracle_plsql_集合.ppt
www.eeworm.com/read/349709/10802862
sql create_user.sql
/*
* create_user.sql
* Chapter 11, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script verifies and defines the PLSQL user. It should be run
* as th