代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/349709/10803382
sql tables.sql
/*
* tables.sql
* Chapter 9, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script builds core objects for the demonstration scripts.
*/
set
www.eeworm.com/read/349709/10803387
sql dependencies.sql
/*
* dependencies.sql
* Chapter 9, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script demonstrates the behavior of dependent objects.
*/
C
www.eeworm.com/read/349709/10803390
sql oracleerrors.sql
/*
* OracleErrors.sql
* Chapter 9, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script demonstrates the use of a pipelined table function.
*/
www.eeworm.com/read/349709/10803393
sql simple.sql
/*
* Simple.sql
* Chapter 9, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script demonstrates data dictionary views for valid and invalid
* ob
www.eeworm.com/read/349709/10803396
sql sqlfunctions.sql
/*
* SQLFunctions.sql
* Chapter 9, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script demonstrates how stored functions can be called from SQL.
www.eeworm.com/read/349709/10803399
sql callpp.sql
/*
* callPP.sql
* Chapter 9, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script demonstrates call to a persistent package.
*/
set serverou
www.eeworm.com/read/349709/10803402
sql invokerta.sql
/*
* invokeRTA.sql
* Chapter 9, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script demonstrates invocation of RecordThreeAuthors package.
*/
BEGIN
www.eeworm.com/read/349709/10803408
sql automaticinvalidation.sql
/*
* automaticInvalidation.sql
* Chapter 9, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script demonstrates the automatic invalidation of a sub
www.eeworm.com/read/349709/10803411
sql localerror.sql
/*
* localError.sql
* Chapter 9, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script demonstrates local subprograms must be last in the
* decl
www.eeworm.com/read/349709/10803415
sql overloadrestrictreferences.sql
/*
* OverloadRestrictReferences.sql
* Chapter 9, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script demonstrates overloaded packages.
*/
C