代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/275958/10782501
sql yearinit.sql
use sypos2000
go
sp_dboption 'sypos','trunc. log on chkpt.',true
go
sp_dboption 'sypos','select into/bulkcopy',true
go
sp_dboption 'sypos','ANSI null default',true
go
sp_addalias 'sypos','
www.eeworm.com/read/275958/10782508
sql viewandproc.sql
/*=============================================*/
/* System Base Table View in Year DataBase */
/*=============================================*/
use sypos2000
go
if exists ( select * from sy
www.eeworm.com/read/275877/10788286
sql gyxt.sql
/*==============================================================*/
/* Database name: SGXT */
/* DBMS name: Microsoft SQL Server 6.x
www.eeworm.com/read/420569/10788985
sql oradata.sql
www.eeworm.com/read/420569/10788987
sql mydata.sql
www.eeworm.com/read/420569/10789026
sql mydata.sql
CREATE DATABASE Arcdata ON (NAME = 'Arcdata',
FILENAME = 'E:\exercise\学籍管理\data\Arcdata.MDF' , SIZE = 1, FILEGROWTH = 10%)
LOG ON (NAME = 'mydata_Log',
FILENAME = 'E:\exercise\学籍管理\data\Arcdata
www.eeworm.com/read/420569/10789033
sql sqlplus.sql
DROP TABLE Classinfo;
CREATE TABLE Classinfo(
cID char(6) primary key not null,
cClass char(10)
);
DROP TABLE Course;
CREATE TABLE Course(
cID char(6) prinmary key not null,
cName ch
www.eeworm.com/read/275877/10789271
sql 材料查询.sql
select yhbh,cpmc,cpdw,cjmc,lsjg
from wz_cpxx,wz_cpcj,wz_sccj
where wz_cpxx.cpbh=wz_cpcj.cpbh and wz_cpcj.cjbh=wz_sccj.cjbh and cplb='0209';
www.eeworm.com/read/275864/10790068
sql ticket.sql
www.eeworm.com/read/349876/10795010