代码搜索:sql

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

代码结果 10,000
www.eeworm.com/read/136081/13874769

sql no8.2.sql

create proc search @someday datetime as select 客户表.客户号,客户表.联系人,客户表.电话,订购表.定单号,订购表.订购日期 from 订购表,客户表 where 订购表.订购日期>@someday and 客户表.客户号=订购表.客户号;
www.eeworm.com/read/152104/5675965

sql jcgl.sql

drop table Class delete from Class where Deptno='0201' drop table Dept DROP TABLE Yonghu DROP TABLE Jiaocai DROP TABLE Caiwu CREATE TABLE Yonghu(Username CHAR(20) NOT NULL, Passwords CHAR(
www.eeworm.com/read/151795/5678843

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/151399/5683199

asp sql.asp

www.eeworm.com/read/151399/5683203

asp sql.asp

vti_encoding:SR|utf8-nl vti_timelastmodified:TR|31 Jan 2004 14:00:16 -0000 vti_extenderversion:SR|6.0.2.5516 vti_author:SR|CHEN\\chen vti_modifiedby:SR|CHEN\\chen vti_timecreated:TR|31 Jan 2004 1
www.eeworm.com/read/151399/5683414

asp sql.asp

vti_encoding:SR|utf8-nl vti_timelastmodified:TR|04 Mar 2004 15:16:12 -0000 vti_extenderversion:SR|6.0.2.5516 vti_author:SR|CHEN\\chen vti_modifiedby:SR|CHEN\\chen vti_timecreated:TR|04 Mar 2004 1
www.eeworm.com/read/151092/5686398

sql animalsurvey.sql

connect 'jdbc:rmi://localhost:1099/jdbc:cloudscape:animalsurvey;create=true' ; drop table surveyresults ; create table surveyresults ( id int NOT NULL , surveyoption varchar (20) NOT NULL ,
www.eeworm.com/read/151092/5686483

sql addressbook.sql

connect 'jdbc:rmi://localhost:1099/jdbc:cloudscape:addressbook;create=true' ; drop table addresses ; drop table phoneNumbers ; drop table emailAddresses ; drop table names ; create table
www.eeworm.com/read/151092/5686488

sql books.sql

connect 'jdbc:rmi://localhost:1099/jdbc:cloudscape:books;create=true' ; drop table authorISBN ; drop table titles ; drop table publishers ; drop table authors ; create table publishers (
www.eeworm.com/read/151092/5686544

sql guestbook.sql

connect 'jdbc:rmi://localhost:1099/jdbc:cloudscape:guestbook;create=true' ; drop table guests ; create table guests ( firstName varchar (20) NOT NULL , lastName varchar (20) NOT NULL ,