代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/425856/2000585
sql account.sql
/****************************************************
t_detail_x(x:月中的第几天,取值范围:1 ~ 31)
原始数据表
*****************************************************/
drop table lhy_rt_detail_2008_8_8;
Create tab
www.eeworm.com/read/425856/2000586
sql addtmodule.sql
delete from lhy_netctoss_t_module;
insert into lhy_netctoss_t_module values(1, '管理员管理', 0);
insert into lhy_netctoss_t_module values(2, '资费管理', 0);
insert into lhy_netctoss_t_module values(3, '用户管理',
www.eeworm.com/read/425856/2000590
sql test.sql
/**************************************/
select * from lhy_netctoss_user
select * from lhy_netctoss_user_service
/**************************************/
select * from lhy_netctoss_t_prici
www.eeworm.com/read/425581/2004569
sql db.sql
DROP TABLE IF EXISTS SUGGEST;
CREATE TABLE SUGGEST (
SUGGEST_ID int(11) NOT NULL auto_increment,
TITLE varchar(255) default NULL,
PRIMARY KEY (SUGGEST_ID)
)TYPE=MyISAM ;
LOCK TABLES S
www.eeworm.com/read/425050/2010452
sql propertyutils.sql
use pubs
go
create table student
(
[id] int primary key,
[name] varchar(20),
age int
)
select * from student
www.eeworm.com/read/424663/2015055
sql mysql.sql
/*
MySQL Data Transfer
Source Host: localhost
Source Database: test
Target Host: localhost
Target Database: test
Date: 2009-2-5 10:39:29
*/
SET FOREIGN_KEY_CHECKS=0;
-- --------------------