代码搜索:Sql

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

代码结果 10,000
www.eeworm.com/read/430825/8727368

sql student.sql

www.eeworm.com/read/430659/8735312

sql accounts.sql

CREATE TABLE dbo.Accounts ( AccountId int NOT NULL , Name varchar (255) NOT NULL , Balance money NOT NULL ) GO INSERT Accounts (AccountId, Name, Balance) VALUES (1, "Joe", 124.34) INSERT Ac
www.eeworm.com/read/430659/8735339

sql authortitlebyroyalty.sql

if exists (select * from sysobjects where id = object_id('dbo.AuthorTitleByRoyalty') and sysstat & 0xf = 4) drop procedure dbo.AuthorTitleByRoyalty GO CREATE PROCEDURE AuthorTitleByRoyalty @perc
www.eeworm.com/read/430659/8735653

sql soundex.sql

if exists (select * from sysobjects where id = object_id('dbo.SoundexText') and sysstat & 0xf = 3) drop table dbo.SoundexTest GO CREATE TABLE dbo.SoundexTest ( LastName char (20) N
www.eeworm.com/read/430659/8735707

sql states.sql

/* Create the table */ CREATE TABLE States ( StateCode CHAR(2) NOT NULL CONSTRAINT apkStates PRIMARY KEY NONCLUSTERED, StateName VARCHAR(30) NOT NULL ) Go CREATE UNIQUE CLUSTERED IN
www.eeworm.com/read/286871/8739016

sql ltrain.sql

CREATE TABLE ltrain (lid Int Not Null, direct TinyInt Not Null, tid Int Not Null, tType Tinyint )
www.eeworm.com/read/286871/8739018

sql lhotel.sql

CREATE TABLE lhotel (lid Int Not Null, hid Int Not Null, rType Tinyint, rdays Tinyint )
www.eeworm.com/read/286871/8739019

sql lres.sql

CREATE TABLE lres (lid Int Not Null, rid Int Not Null, rType Tinyint, rTimes Tinyint )
www.eeworm.com/read/286871/8739020

sql lamuse.sql

CREATE TABLE lamuse (lid Int Not Null, Iid Int Not Null, aTimes Tinyint )
www.eeworm.com/read/286871/8739021

sql place.sql

CREATE TABLE Place (Pid Int Primary Key IDENTITY, Pname Varchar(200) Not Null, Contact Varchar(100), Phone Varchar(100), Address Varchar(100), Postcode Varchar(10), Adult_p