代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/490260/1206489
sql data.sql
--1、向商品分类表中插入测试数据
insert into commcatetable(CommodityId,CommodityName)
select '10001','日用类' union
select '10002','家电类' union
select '10003','办公类' union
select '10004','通信类'
www.eeworm.com/read/489616/1212585
sql 建约束.sql
use bbs
go
--用户表约束
alter table userInfo
add
constraint PK_uId primary key (uId),
constraint UQ_uName unique(uName),
constraint DF_uType default(0) for uType,
constraint DF_uRegTime d
www.eeworm.com/read/489613/1212738
sql mysql.sql
DELETE FROM `phpcms_module` WHERE `module`='yp';
DROP TABLE IF EXISTS `phpcms_member_company`;
DROP TABLE IF EXISTS `phpcms_yp_apply`;
DROP TABLE IF EXISTS `phpcms_yp_article`;
DROP TABLE IF EXIST
www.eeworm.com/read/489613/1212742
sql mysql.sql
INSERT INTO `phpcms_module` (`name`, `module`, `moduledir`, `moduledomain`, `iscore`, `iscopy`, `isshare`, `version`, `author`, `site`, `email`, `introduce`, `license`, `faq`, `setting`, `disabled`, `
www.eeworm.com/read/489613/1212977
sql mysql.sql
DELETE FROM `phpcms_module` WHERE `module`='union';
ALTER TABLE `phpcms_member` DROP `introducer`;
DROP TABLE IF EXISTS `phpcms_union`, `phpcms_union_pay`, `phpcms_union_visit`;
DELETE FROM `phpcms_me
www.eeworm.com/read/489613/1212979
sql mysql.sql
INSERT INTO `phpcms_module` (`name`, `module`, `moduledir`, `moduledomain`, `iscore`, `iscopy`, `isshare`, `version`, `author`, `site`, `email`, `introduce`, `license`, `faq`, `setting`, `disabled`, `
www.eeworm.com/read/489613/1213068
sql mysql.sql
DELETE FROM phpcms_module WHERE module='link';
DROP TABLE IF EXISTS `phpcms_link`;
www.eeworm.com/read/489613/1213071
sql mysql.sql
INSERT INTO `phpcms_module` (`name`, `module`, `moduledir`, `moduledomain`, `iscore`, `iscopy`, `isshare`, `version`, `author`, `site`, `email`, `introduce`, `license`, `faq`, `setting`, `disabled`, `
www.eeworm.com/read/489613/1213099
sql mysql.sql
DELETE FROM phpcms_module WHERE module='error_report';
DROP TABLE IF EXISTS `phpcms_error_report`;