代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/373185/2766407
sql test.sql
-- 运用此程序集实现的不同 SQL 对象的查询示例
-----------------------------------------------------------------------------------------
-- 存储过程
---------------------------------------------------------------------
www.eeworm.com/read/372865/2768486
java sql_in.java
package com.hao2007.struts.bean;
public class Sql_in {
public static boolean sql_in_method(String str) {
String sql_in_str = "'~and~exec~insert~select~delete~update~count~*~%~chr~mid~master~
www.eeworm.com/read/372626/2770372
sql employeeinformationmsok.sql
CREATE DATABASE EmployeeInformationMS
--DROP DATABASE EmployeeInformationMS
go
USE EmployeeInformationMS
go
/*用户信息表*/
CREATE TABLE UserInformation
(
User_ID INT IDENTITY(1,1),
Us
www.eeworm.com/read/372488/2772431
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/372488/2772435
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/372488/2772438
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/372488/2772441
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
www.eeworm.com/read/371929/2777161
sql pixhsql.sql
create table ALBUM_SEQUENCE (SEQ_ID identity);
create table PICTURE_SEQUENCE (SEQ_ID identity);
create table COMMENT_SEQUENCE (SEQ_ID identity);
INSERT INTO ALBUM_SEQUENCE VALUES(0);
INSERT INTO PICT
www.eeworm.com/read/371889/2777691
sql business.sql
REM --Oracle 电子商务数据库脚本文件 (订货单indent)
/*
** Author:lzb
** Create Time:2005-02-05
*/
--------------------------------------------------管理员表
drop table My_BookAdminuser;
create