代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/128116/14315100
sql emall.sql
www.eeworm.com/read/229835/14315162
sql ticket.sql
www.eeworm.com/read/128053/14318024
jpg sql.jpg
www.eeworm.com/read/127971/14323342
sql 事务(测试).sql
exec pd_make_testPage 1,'你好!',30,10,10,10,1,1
--create table tn_makeTP_tmp(id int identity not null, [key] int not null,
--value_id int not null, spid int not null, def_value real)
drop procedur
www.eeworm.com/read/229682/14325308
sql ts.sql
www.eeworm.com/read/127905/14329068
sql news.sql
# Dumping Table class
#
CREATE TABLE class (
id int(4) NOT NULL auto_increment,
name varchar(20) NOT NULL ,
master varchar(20) ,
PRIMARY KEY (id)
) ;
# Dumping Table master
#
C
www.eeworm.com/read/127773/14334280
sql ticket.sql
www.eeworm.com/read/229467/14336105
sql discuz.sql
--
-- 表的结构 `cdb_access`
--
DROP TABLE IF EXISTS cdb_access;
CREATE TABLE cdb_access (
uid mediumint(8) unsigned NOT NULL default '0',
fid smallint(6) unsigned NOT NULL default '0',
allo
www.eeworm.com/read/229417/14339716
txt sql.txt
CREATE TABLE opml (
ID int(11) NOT NULL auto_increment,
Title varchar(255) NOT NULL,
HtmlUrl varchar(255),
Type varchar(255),
XmlUrl varchar(255),
LastDateTime varchar(19),
PRIMAR
www.eeworm.com/read/229398/14340544
sql setup.sql
### Create the database
CREATE DATABASE taskdb;
USE taskdb;
### Create the 'taskman' user into the database
### This is required to access and modify the database from code
GRANT SELECT, INSE