代码搜索:Sql

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

代码结果 10,000
www.eeworm.com/read/385116/8818157

sql queries.sql

--5.1 SELECT LibId , Fname , Join_Date FROM MEMBER4 WHERE (LibId LIKE 'A/%B%' ESCAPE '/' OR LibId LIKE 'A&B%' ) AND Join_Date > '1997-11-30' --5.2 SELECT TITLE4.Name, TITLE4.ISBN, TITLE4.C
www.eeworm.com/read/385113/8819022

sql creatdb.sql

CREATE TABLE Publisher( --创建表Publisher PublisherID VARCHAR(20) NOT NULL UNIQUE, --取值唯一,不许取空值 PublisherName VARCHAR(50) UNIQUE, --取值唯一 Address VARCHAR(100), primary key (PublisherID),
www.eeworm.com/read/285668/8824099

sql manpower.sql

www.eeworm.com/read/285586/8830112

sql myaddresslist.sql

www.eeworm.com/read/428839/8835339

sql phpdisk.sql

-- PHPDisk SQL Dump -- version 2.0.0 -- http://www.phpdisk.com -- -- $Id: phpdisk.sql 253 2009-03-11 03:05:27Z along $ -- -- Copyright (C) 2008-2009 PHPDisk Team. All Rights Reserved. -- -- 主机
www.eeworm.com/read/187178/8846018

sql jf.sql

www.eeworm.com/read/384729/8848223

rules sql.rules

# (C) Copyright 2001, Martin Roesch, Brian Caswell, et al. All rights reserved. # $Id: sql.rules,v 1.1 2002/08/12 11:42:07 scara Exp $ #---------- # SQL RULES #---------- alert tcp $EXTERNAL_NET any
www.eeworm.com/read/187094/8857041

html sql.html

www.eeworm.com/read/285221/8860045

sql bbs.sql

create database bbs; use bbs; create table article ( id int primary key auto_increment, pid int, rootid int, title varchar(255), cont text, pdate datetime, isleaf int ); insert int
www.eeworm.com/read/428544/8860476

sql yjshdata.sql