代码搜索:sql

找到约 10,000 项符合「sql」的源代码

代码结果 10,000
www.eeworm.com/read/306165/3765481

sql script.sql

CREATE TABLE `address` ( `address_id` int(11) NOT NULL auto_increment, `user_id` int(11) NOT NULL, `name` varchar(50) default NULL, `address` varchar(200) default NULL, `post` varchar(1
www.eeworm.com/read/306165/3765595

sql data.sql

INSERT INTO `brand` VALUES (1,'索尼','/images/logoes/20070806115655_s.gif','/images/logoes/20070806115709_s.gif',NULL,1); INSERT INTO `brand` VALUES (3,'宏基','/images/logoes/20070806151456_s.gif','/imag
www.eeworm.com/read/305968/3766645

tld sql.tld

www.eeworm.com/read/305879/3767214

sql phonexml.sql

create TABLE contacts( id INT, companyName VARCHAR(255), contactName VARCHAR(255), country VARCHAR(255), phone VARCHAR(255) ); INSERT INTO Contacts VALUES(1,'sunwheel','dave','uk','12345678
www.eeworm.com/read/305809/3768907

sql employeeinformationmsok.sql

CREATE DATABASE EmployeeInformationMS --DROP DATABASE EmployeeInformationMS go USE EmployeeInformationMS go /*用户信息表*/ CREATE TABLE UserInformation ( User_ID INT IDENTITY(1,1), Us
www.eeworm.com/read/304818/3784573

sql message.sql

/* SQLyog 企业版 - MySQL GUI v5.02 主机 - 5.0.41-community-nt : 数据库 - newsdatebase ********************************************************************* 服务器版本 : 5.0.41-community-nt */ create data
www.eeworm.com/read/304742/3786131

sql javaicq.sql

--创建javaicq数据库 CREATE database javaicq use javaicq --创建 icq 表,以下创建的表都不设关键字,默认都为空 create table icq ( Icqno int, /*用户的号码 */ Nickname Char (10), /*用户的呢称*/ Password Char(10),
www.eeworm.com/read/304738/3786154

tld sql.tld

www.eeworm.com/read/304488/3799303

sql altersectiontableaddfailoverskincolumn.sql

ALTER TABLE dbo.Community_Sections ADD section_failOverPageSkin NVARCHAR(100) NULL go update dbo.Community_Sections set section_failOverPageSkin = '' go update dbo.Community_Sections set sectio
www.eeworm.com/read/304488/3799305

sql alterservicedefaultdate.sql

ALTER TABLE dbo.Community_Services DROP CONSTRAINT DF_Community_Services_service_dateLastRefreshed go ALTER TABLE dbo.Community_Services ADD DEFAULT '1/1/1966' FOR service_dateLastRefreshed go