代码搜索:Sql
找到约 10,000 项符合「Sql」的源代码
代码结果 10,000
www.eeworm.com/read/390850/8437070
gif sql.gif
www.eeworm.com/read/291185/8437281
sql sampledb.sql
#----------------------------
# Table structure for accounts
#----------------------------
create table accounts (
AccountID int(11) not null auto_increment,
AccountName varchar(255) not nu
www.eeworm.com/read/291185/8437396
sql sampledb.sql
#----------------------------
# Table structure for accounts
#----------------------------
create table accounts (
AccountID int(11) not null auto_increment,
AccountName varchar(255) not nu
www.eeworm.com/read/291079/8442503
ncb sql.ncb
www.eeworm.com/read/291079/8442506
dsw sql.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/291079/8442508
opt sql.opt
www.eeworm.com/read/390710/8450777
sql ddl.sql
CREATE TABLE Dealing (
DealingID int identity(1,1) Primary key ,
DealingDate datetime NOT NULL ,
DealingPrice money NOT NULL ,
UserName varchar(25) NULL ,
MemberCard varchar(20) NULL
)
www.eeworm.com/read/390710/8450796
sql data.sql
insert Factory(FactoryName,FactoryAddress,FactoryPhone) values('百事','add1','06124')
insert Factory(FactoryName,FactoryAddress,FactoryPhone) values('长虹','add2','32564')
insert Factory(FactoryName,Fac