代码搜索:sql

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

代码结果 10,000
www.eeworm.com/read/349709/10802990

sql ddl.sql

/* * DDL.sql * Chapter 4, Oracle10g PL/SQL Programming * by Ron Hardman, Mike McLaughlin, Scott Urman * * This script demonstrates how DDL doesn't work with PL/SQL */ BEGIN CREATE T
www.eeworm.com/read/349709/10802996

sql createuser.sql

/* * CreateUser.sql * Chapter 4, Oracle10g PL/SQL Programming * by Ron Hardman, Mike McLaughlin, and Scott Urman * * This script creates the plsql user for chapter 4 * examples. You mus
www.eeworm.com/read/349709/10803000

sql greatestleast.sql

/* * GreatestLeast.sql * Chapter 4, Oracle10g PL/SQL Programming * by Ron Hardman, Mike McLaughlin, Scott Urman * * This script demonstrates the Greatest and Least functions */ SET SERV
www.eeworm.com/read/349709/10803003

sql level.sql

/* * Level.sql * Chapter 4, Oracle10g PL/SQL Programming * by Ron Hardman, Mike McLaughlin, Scott Urman * * This script shows the pseudocolumn LEVEL and an * example of using the levels.
www.eeworm.com/read/349709/10803006

sql error.sql

/* * Error.sql * Chapter 4, Oracle10g PL/SQL Programming * by Ron Hardman, Mike McLaughlin, Scott Urman * * This script demonstrates error functions SQLERRM and SQLCODE */ SET SERVEROUT
www.eeworm.com/read/349709/10803011

sql opencursor.sql

/* * OpenCursors.sql * Chapter 4, Oracle10g PL/SQL Programming * by Ron Hardman, Mike McLaughlin, Scott Urman * * This script demonstrates what happens when the number of cursors opened *
www.eeworm.com/read/349709/10803015

sql rowid.sql

/* * RowID.sql * Chapter 4, Oracle10g PL/SQL Programming * by Ron Hardman, Mike McLaughlin, Scott Urman * * This script demonstrates the use of the rowid pseudo column */ exec clean_sch
www.eeworm.com/read/349709/10803022

sql like.sql

/* * Like.sql * Chapter 4, Oracle10g PL/SQL Programming * by Ron Hardman, Mike McLaughlin, Scott Urman * * This script demonstrates the use of the LIKE operator */ exec clean_schema.tri
www.eeworm.com/read/349709/10803026

sql delete.sql

/* * Delete.sql * Chapter 4, Oracle10g PL/SQL Programming * by Ron Hardman, Mike McLaughlin, Scott Urman * * This script demonstrates how DELETEs work with PL/SQL */ exec clean_schema.t
www.eeworm.com/read/349709/10803029

sql wherecurrentof.sql

/* * WhereCurrentOf.sql * Chapter 4, Oracle10g PL/SQL Programming * by Ron Hardman, Mike McLaughlin, Scott Urman * * This script demonstrates how UPDATEs work with PL/SQL * and the WHERE