代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/163987/5500319
sql employee.sql
/******************************************************************************/
/*** Generated by IBExpert 2.5.0.22 07/03/2003 18:57:49 ***/
/***********************************
www.eeworm.com/read/163987/5500735
sql demodb.sql
CREATE DATABASE "..\Programs\DB_Interbase_6\Demo.gdb"
USER "sysdba" PASSWORD "masterkey";
CREATE DOMAIN GUID AS CHAR(38);
CREATE TABLE EDI_ELEMENT_PROFILE
(
SEGMENTID
www.eeworm.com/read/163987/5500737
sql edisdkdb.sql
CREATE TABLE EDI_ELEMENT_PROFILE
(
SEGMENTID VARCHAR( 3) CHARACTER SET ASCII NOT NULL COLLATE ASCII,
ELEMENTID VARCHAR( 4) CHARACTER SET ASCII NOT NULL
www.eeworm.com/read/162634/5515201
sql pl.sql
/*
$Id: pl.sql,v 1.4 2005/05/02 15:07:26 unsaved Exp $
SQL File to illustrate the use of SqlTool PL features.
Invoke like
java -jar .../hsqldb.jar .../pl.sql mem
www.eeworm.com/read/162634/5515205
sql sample.sql
/*
$Id: sample.sql,v 1.5 2005/05/02 15:07:27 unsaved Exp $
Examplifies use of SqlTool.
PCTASK Table creation
*/
/* Ignore error for these two statements */
\c true
DROP TABLE pctasklist;
www.eeworm.com/read/162634/5515208
sql sampledata.sql
/*
* $Id
*
* Creates and populates database objects with sample data.
* This file was created by grabbing the commands made by creating
* sample data with the DatabaseManager utility.
*/
D
www.eeworm.com/read/162634/5515211
sql plsql.sql
/*
* $Id: plsql.sql,v 1.3 2005/05/02 15:09:11 unsaved Exp $
*
* This example is copied from the "Simple Programs in PL/SQL"
* example by Yu-May Chang, Jeff Ullman, Prof. Jennifer Widom at
* the S