代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/349709/10803122
sql addnewbook.sql
/*
* AddNewBook.sql
* Chapter 8, Oracle10g PL/SQL Programming
* by Ron Hardman, Mike McLaughlin, and Scott Urman
*
* This procedure will insert a new book into the books table.
* It also d
www.eeworm.com/read/349709/10803126
sql createuser.sql
/*
* CreateUser.sql
* Chapter 8, Oracle10g PL/SQL Programming
* by Ron Hardman, Mike McLaughlin, and Scott Urman
*
* This script creates the plsql user for chapter 8
* examples. You mus
www.eeworm.com/read/349709/10803134
sql raiseerror.sql
/*
* RaiseError.sql
* Chapter 8, Oracle10g PL/SQL Programming
* by Ron Hardman, Mike McLaughlin, and Scott Urman
*
* This script shows the behavior of exceptions raised within
* subprogram
www.eeworm.com/read/349709/10803137
sql callsl.sql
/*
* callSL.sql
* Chapter 8, Oracle10g PL/SQL Programming
* by Ron Hardman, Mike McLaughlin, and Scott Urman
*
* This block illustrates how to call a packaged procedure which
* takes a nam
www.eeworm.com/read/349709/10803140
sql overload.sql
/*
* overload.sql
* Chapter 8, Oracle10g PL/SQL Programming
* by Ron Hardman, Mike McLaughlin, and Scott Urman
*
* This version of InventoryOps demonstrates an overloaded procedure,
* Stat
www.eeworm.com/read/349709/10803144
sql parametermodes.sql
/*
* parameterModes.sql
* Chapter 8, Oracle10g PL/SQL Programming
* by Ron Hardman, Mike McLaughlin, and Scott Urman
*
* These procedures are used to demonstrate the behavior of
* IN, OUT,
www.eeworm.com/read/349709/10803147
sql random.sql
/*
* Random.sql.
* Chapter 8, Oracle10g PL/SQL Programming
* by Ron Hardman, Mike McLaughlin, and Scott Urman
*
* This illustrates package initialization.
*/
CREATE OR REPLACE PACKAG
www.eeworm.com/read/349709/10803149
sql packageerror.sql
/*
* packageError.sql
* Chapter 8, Oracle10g PL/SQL Programming
* by Ron Hardman, Mike McLaughlin, and Scott Urman
*
* This package will not compile because the specification and body
* d
www.eeworm.com/read/349709/10803151
sql callme.sql
/*
* CallMe.sql
* Chapter 8, Oracle10g PL/SQL Programming
* by Ron Hardman, Mike McLaughlin, and Scott Urman
*
* This script demonstrates positional vs. named parameter passing.
*/
-- F
www.eeworm.com/read/349709/10803153
sql noparams.sql
/*
* noparams.sql
* Chapter 8, Oracle10g PL/SQL Programming
* by Ron Hardman, Mike McLaughlin, and Scott Urman
*
* This procedure and function demonstrate the syntax of calling
* subprogra