代码搜索:sql

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

代码结果 10,000
www.eeworm.com/read/442080/7660098

sql sqltest.sql

/* Microsoft SQL Server - Scripting */ /* Server: 屠蔚华的计算机 */ /* Database: Test */ /* Creation Date 99-7-2 12:45:53 */ set quoted_identifier on GO /****** Object: Table dbo.Retr
www.eeworm.com/read/441800/7664582

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/441800/7664587

sql data.sql

insert Factory(FactoryName,FactoryAddress,FactoryPhone) values('百事','add1','06124') insert Factory(FactoryName,FactoryAddress,FactoryPhone) values('长虹','add2','32564') insert Factory(FactoryName,Fac
www.eeworm.com/read/441800/7664653

inf sql.inf

hua05||sa||911||SuperMarketdb
www.eeworm.com/read/441485/7669827

doc sql.doc

www.eeworm.com/read/441445/7670373

sql storedprocedure.sql

CREATE OR REPLACE PROCEDURE setProductImage(p_ProductID IN NUMBER, p_ProductImage IN BLOB) IS /** * @author : Chandar * @version : 1.0 * * Name of the Application : StoredProcedure.
www.eeworm.com/read/441338/7671667

ppt sql讲稿.ppt

www.eeworm.com/read/441052/7676812

sql tablesql.sql

use snack go /*create table sntest (fileid int not null primary key, usedate nchar(12) not null, timesnu int not null) go*/ create table snuser (userid nchar(20) not null Primary key, us
www.eeworm.com/read/441052/7676813

sql view.sql

create view memomealview as select sndlmeal.mealdlid,sndlmeal.mealname,snxlmeal.mealxlid,snxlmeal.xlname from sndlmeal inner join snxlmeal on sndlmeal.mealdlid=snxlmeal.mealdlid go
www.eeworm.com/read/441052/7676815

sql snackdata.sql

create database snack on (name=snack_data, filename='e:\sqldata\snack_Data.mdf', size=10,maxsize=50,filegrowth=5) log on (name=snack_log,filename='e:\sqldata\snack_Log.ldf', size=4M