代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/179243/9363927
sql scores.sql
CREATE TABLE Scores
(LessonId Int NOT NULL,
Student_Id Int NOT NULL,
Score Tinyint
)
www.eeworm.com/read/179243/9363928
sql users.sql
CREATE TABLE Users
(UserName Varchar(40) Primary Key,
Pwd Varchar(40) NOT NULL
)
INSERT INTO Users Values('Admin', 'Admin')
www.eeworm.com/read/179243/9363930
sql evaluation.sql
CREATE TABLE Evaluation
(EvaId Int Primary Key IDENTITY,
EvaDate Char(10) NOT NULL,
Student_Id Int NOT NULL,
EvaType Bit,
Memo Varchar(200)
)
www.eeworm.com/read/179126/9371741
sql material.sql
www.eeworm.com/read/178864/9383249
sql xxxx.sql
declare @page_out int
exec sp_page 'products','typeof',1,0,'*',15,2,'',@page_out
select p.id,p.name,p.typeof,p.addTime,b.name as bName,s.name as sName from [products] p,[bigClass] b,[smallClass] s w
www.eeworm.com/read/178836/9384135
sql createsp.sql
-- Select the default database of the user. For example, if the
-- default database is master, then execute the following two
-- lines before creating the procedure 'rcptest'
-- use master
-- go
www.eeworm.com/read/374768/9385253
doc sql.doc
www.eeworm.com/read/178637/9389987
sql fs.sql
www.eeworm.com/read/374531/9399603
pdf sql.pdf
www.eeworm.com/read/178296/9409003