代码搜索:SqL

找到约 10,000 项符合「SqL」的源代码

代码结果 10,000
www.eeworm.com/read/183260/9173841

sql parameterlength.sql

REM ParameterLength.sql REM Chapter 9, Oracle9i PL/SQL Programming by Scott Urman REM This script demonstrates legal and illegal formal parameters REM which are constrained by length. PROMPT Il
www.eeworm.com/read/183260/9173843

sql copyfast.sql

REM CopyFast.sql REM Chapter 9, Oracle9i PL/SQL Programming by Scott Urman REM This package shows the performance improvements of the 8i REM NOCOPY modifier. set serveroutput on CREATE OR REP
www.eeworm.com/read/183260/9173844

sql callans.sql

REM callANS.sql REM Chapter 9, Oracle9i PL/SQL Programming by Scott Urman REM This block illustrates a call to AddNewStudent. DECLARE -- Variables describing the new student v_NewFirstName
www.eeworm.com/read/183260/9173846

sql callcl.sql

REM callCL.sql REM Chapter 9, Oracle9i PL/SQL Programming by Scott Urman REM This script demonstrates how to call a packaged procedure. DELETE FROM temp_table; DECLARE v_HistoryStudents Cla
www.eeworm.com/read/183260/9173848

sql classinfo.sql

REM ClassInfo.sql REM Chapter 9, Oracle9i PL/SQL Programming by Scott Urman REM This function demonstrates the use of the RETURN statement. CREATE OR REPLACE FUNCTION ClassInfo( /* Returns 'Fu
www.eeworm.com/read/183260/9173849

sql defaulttest.sql

REM DefaultTest.sql REM Chapter 9, Oracle9i PL/SQL Programming by Scott Urman REM This script shows different ways of calling a procedure REM with default parameters. set serveroutput on CREA
www.eeworm.com/read/183260/9173850

sql callmt.sql

REM callMT.sql REM Chapter 9, Oracle9i PL/SQL Programming by Scott Urman REM This script shows some calls to ModeTest. set serveroutput on DECLARE v_In NUMBER := 1; v_Out NUMBER := 2;
www.eeworm.com/read/183260/9173851

sql modetest.sql

REM ModeTest.sql REM Chapter 9, Oracle9i PL/SQL Programming by Scott Urman REM This procedure illustrates different parameter modes and REM assignments to the parameters. CREATE OR REPLACE PROCE
www.eeworm.com/read/183260/9173853

sql calls.sql

REM calls.sql REM Chapter 9, Oracle9i PL/SQL Programming by Scott Urman REM This script demonstrates the CALL statement. set serveroutput on CREATE OR REPLACE PROCEDURE CallProc1(p1 IN VARCHAR
www.eeworm.com/read/183260/9173855

sql objectoverload.sql

REM objectOverload.sql REM Chapter 9, Oracle9i PL/SQL Programming by Scott Urman REM This script illustrates overloading packaged subprograms REM based on object types. CREATE OR REPLACE TYPE t1