代码搜索:sql

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

代码结果 10,000
www.eeworm.com/read/158189/11638393

sql hrsys.sql

USE master GO CREATE DATABASE HrSys GO
www.eeworm.com/read/158189/11638400

sql users.sql

USE HrSys GO CREATE TABLE Users (UserName varchar(40) PRIMARY KEY, Pwd varchar(40) NOT NULL, User_Type tinyint NOT NULL ) GO INSERT INTO Users Values('Admin', '888888', 1) GO
www.eeworm.com/read/158189/11638403

sql evaluation.sql

USE HrSys GO CREATE TABLE Evaluation (EvaMonth char(10) NOT NULL, Emp_Id int NOT NULL, ztEva varchar(200), jlReason varchar(200), jlAmount smallint, cfReason varchar(200)
www.eeworm.com/read/261218/11658290

doc sql.doc

www.eeworm.com/read/261166/11662756

sql install.sql

-- phpMyAdmin SQL Dump -- version 2.9.0.2 -- http://www.phpmyadmin.net -- -- 主机: localhost -- 生成日期: 2007 年 07 月 28 日 03:32 -- 服务器版本: 5.0.24 -- PHP 版本: 5.1.6 -- -- 数据库: `bus` -- -- ---
www.eeworm.com/read/261133/11664992

sql thing.sql

create table thing ( thing_id varchar (10) not null, thing_name varchar (20) not null, thing_store varchar (10), thing_supplyer varchar (10), primary key (thing_id) ) select * from thin
www.eeworm.com/read/261133/11665003

sql supplyer.sql

create table supplyer ( supplyer_id varchar (10), supplyer_name varchar (20), supplyer_address varchar (20), supplyer_phone varchar (12), supplyer_zip varchar (6), primary key (supplye
www.eeworm.com/read/261133/11665006

sql duty.sql

create table duty ( emp_id int not null, emp_name varchar(20) not null primary key, staff_leave datetime , staff_reaL varchar (1000), staff_travel datetime , staff_reaT varchar (1000)
www.eeworm.com/read/347454/11665085

sql device.sql

/*----------------------------------------------------------------------------*/ /* 1002 jew_oa 办公自动化数据库 主要用来存放OA的数据表 */ /*****************************************************
www.eeworm.com/read/157751/11666318

sql storedprocedure.sql

CREATE OR REPLACE PROCEDURE setProductImage(p_ProductID IN NUMBER, p_ProductImage IN BLOB) IS /** * @author : Chandar * @version : 1.0 * * Name of the Application : StoredProcedure.