代码搜索:Sql
找到约 10,000 项符合「Sql」的源代码
代码结果 10,000
www.eeworm.com/read/186796/8909507
sql kfglxt.sql
www.eeworm.com/read/186796/8909522
sql kfgl.sql
www.eeworm.com/read/284675/8910530
sql crebas.sql
/*==============================================================*/
/* Database name: ConceptualDataModel_1 */
/* DBMS name: Sybase AS Anywhere 7
www.eeworm.com/read/284675/8910590
sql crebas.sql
/*==============================================================*/
/* Database name: ConceptualDataModel_1 */
/* DBMS name: Sybase AS Anywhere 7
www.eeworm.com/read/427926/8912251
sql wistudy.sql
create table Ws_Config
(
Config_ID int primary key,--系统编号
Config_Name varchar(64),--系统名称
Config_Address varchar(64) unique,--系统地址
Config_Sign varchar(64),--系统标志
Config_Protocol text,-
www.eeworm.com/read/284633/8912430
sql bookstore.sql
use bookstore;
create table bookinfo(id INT not null primary key,title VARCHAR(50) not null,author VARCHAR(50) not null,bookconcern VARCHAR(100) not null,publish_date DATE not null,price FLOAT(4,2)
www.eeworm.com/read/427705/8924940
doc sql...doc
www.eeworm.com/read/427700/8925223
sql truncate.sql
truncate table occupancy
truncate table speed
truncate table vollong
truncate table volume
www.eeworm.com/read/383668/8928878
sql lib.sql
use master
go
--若存在,则DROP
if exists (select * from dbo.sysdatabases where name = 'LIB')
drop database LIB
GO
--创建数据库名为LIB
CREATE DATABASE LIB
GO
use LIB
GO
--同上,若存在,则删除
if exists
www.eeworm.com/read/186470/8931843
sql instcat.sql
/*
** INSTCAT.SQL
** Installs catalog stored procedures on the Microsoft SQL Server.
** Copyright 1992-1998, Microsoft Corp. All rights reserved.
*/
/*
NOTE: you MUST change the last row in