代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/230579/4722577
sql qamresources.sql
// Oracle 9i DDL code for the TM
create table qamresources (
cpeid varchar(32),
qamip varchar(32),
qamport integer,
tsid integer,
rfchannel integer,
timest timestamp,
free int
www.eeworm.com/read/230579/4722578
sql dbschema.sql
create table mastersubscribers (
masterid number,
login varchar(16),
pin varchar(16),
firstname varchar(32),
lastname varchar(32),
address varchar(64),
city varchar(32),
zip varch
www.eeworm.com/read/230579/4722582
sql dbkeys.sql
ALTER TABLE mastersubscribers
ADD CONSTRAINT mastersubscribers
PRIMARY KEY (masterid);
ALTER TABLE subsubscribers
ADD CONSTRAINT subsubscribers
PRIMARY KEY (id);
ALTER TABLE subsubsc
www.eeworm.com/read/230432/4723137
sql mysql.sql
-- ********************************************************************
-- 梦想年华新闻系统 [DreamTimeNews]
-- MySQL数据库角本文件
-- 数据库: `dreamtimenews`
--
--
-- 数据库: `dreamtimenews`
--
DROP DATABASE
www.eeworm.com/read/230229/4724361
sql truncatetables.sql
/******************************************************************************
** File: TruncateTables.sql
** Name: Benchmark Data Load
** Desc: Remove the current data from t
www.eeworm.com/read/230196/4724743
sql empirecms.sql
# --------------------------------------------------------
#
# 帝国网站管理系统
#
# http://www.PHome.Net
#
# EmpireCMS Version 4.6
#
# --------------------------------------------------------
www.eeworm.com/read/229812/4743385
h sql.h
#ifndef _SQL_H
#define _SQL_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#ifndef ODBCVER
#define ODBCVER 0x0351
#endif
#include
www.eeworm.com/read/229812/4748042
dat sql.dat
1046
abs
absolute
action
add
address
after
all
allocate
allow_dup_row
alter
and
any
argn
as
asc
ascii
ascii
ase
at
atomic
attended
audit
authorization
autoincrement
autostop
www.eeworm.com/read/229590/4753900
sql instjtds.sql
/*
* INSTJTDS.SQL
* Installs the XA stored procedure used by the JTDS driver
* Probably a good idea to backup the master database before
* running this script
*/
use master
go
dump tran
www.eeworm.com/read/229542/4754833
sql accountdata.sql
create table AccountData
(
CAccountID char(16) not null,
CPassword char(16),
iAccountID int IDENTITY(0,1),
cLogIP char(16),
iAdminLevel tinyint default(0),
LoginDate smalldatetime default (getd