代码搜索:PLSQL
找到约 265 项符合「PLSQL」的源代码
代码结果 265
www.eeworm.com/read/243682/12925268
txt oracle9i_plsql.txt
/L20"PL/SQL for Oracle9i" Nocase Line Comment = -- Line Comment Alt = REM Block Comment On = /* Block Comment Off = */ String Chars = ' File Extensions = SQL
/Delimiters = ~!%@^&*()-+=|\/{}[]:;"' ,
www.eeworm.com/read/161040/5563809
txt plsql101_script_accept.txt
edit d:\plsql101_test4.sql
/* Insert the following commands into the script file
SET VERIFY OFF
SET ECHO OFF
ACCEPT v_earliest_date PROMPT 'Earliest date you would like to see? (dd-mm月-yy):
www.eeworm.com/read/161040/5563811
txt plsql101_script_vardate.txt
edit d:\plsql101_test3.sql
/* Insert the following commands into the script file
SET VERIFY OFF
SELECT product_name, quantity, purchase_date
FROM plsql101_purchase
WHERE purchase_date = '&
www.eeworm.com/read/474211/6816585
ppt 07 plsql程序设计.ppt
www.eeworm.com/read/466647/7030801
ppt oracle05plsql编程基础.ppt
www.eeworm.com/read/161040/5563801
txt plsql101_script_var1.txt
edit d:\plsql101_test2.sql
/* Insert the following commands into the script file
SET VERIFY OFF
SELECT product_name, quantity, purchase_date
FROM plsql101_purchase
WHERE quantity >= &minim
www.eeworm.com/read/241364/13151489
sql disable_warnings.sql
/* File on web: disable_warnings.sql */
SELECT owner, NAME, plsql_warnings
FROM user_plsql_object_settings
WHERE plsql_warnings LIKE '%DISABLE%'
AND owner NOT IN ('SYS', 'SYSTEM');
www.eeworm.com/read/351694/10620216
cpp cdlgjump.cpp
// $Id: CDlgJump.cpp,v 1.12 2004/09/11 06:23:37 genta Exp $
/*! @file
@brief 指定行へのジャンプダイアログボックス
@author Norio Nakatani
@date 1998/05/31 作成
$Revision: 1.12 $
*/
/*
Copyright (C) 1998-200