代码搜索:sql

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

代码结果 10,000
www.eeworm.com/read/327042/13102475

sql nmis.sql

# phpMyAdmin MySQL-Dump # version 2.5.0-rc1 # http://www.phpmyadmin.net/ (download page) # # 主机: localhost # 生成日期: 2003 年 06 月 03 日 15:07 # 服务器版本: 4.0.1 # PHP 版本: 4.0.4 # 数据库 : `nmis` # -----
www.eeworm.com/read/326954/13108238

sql ajax.sql

-- phpMyAdmin SQL Dump -- version 2.7.0-rc1 -- http://www.phpmyadmin.net -- -- 主机: localhost -- 生成日期: 2007 年 02 月 13 日 15:05 -- 服务器版本: 4.0.25 -- PHP 版本: 5.1.4 -- -- 数据库: `ceshi` -- -- ------------
www.eeworm.com/read/326951/13108311

chm sql.chm

www.eeworm.com/read/326919/13109375

sql dbms.sql

DROP TABLE Author; DROP TABLE Book; DROP TABLE HOLD; DROP TABLE Dependent; DROP TABLE Title; DROP TABLE Member; DROP TABLE Section; DROP TABLE Librarian; CREATE TABLE Title( CallNumber VARC
www.eeworm.com/read/326919/13109378

sql churchill.sql

1 .select all t.name,t.year from title t,author a where t.callnumber=a.callnumber and lname='Churchill'; 2. select distinct t.name,m.fname from book b,member m,title t where b.BorrowerMemNo=m.M
www.eeworm.com/read/326832/13114351

sql new.sql

exec sp_addlogin 'SGteacher','123456','StuGrade' exec sp_addlogin 'SGstudent','123','StuGrade' use StuGrade go exec sp_grantdbaccess N'SGteacher' exec sp_grantdbaccess N'SGstudent' exec sp_addro
www.eeworm.com/read/139983/13115744

sql init.sql

if exists (select * from sysobjects where id = object_id(N'[dbo].[GETMAXNUM]') and OBJECTPROPERTY(id, N'IsProcedure') = 1) drop procedure [dbo].[GETMAXNUM] GO if exists (select * from sysobjects
www.eeworm.com/read/139983/13115947

sql login.sql

USE MASTER GO if not exists (select * from master.dbo.syslogins where loginname = N'ADEL') exec sp_addlogin N'ADEL', 'ADELOK',N'master',N'us_english' GO exec sp_addsrvrolemember N'ADEL', s
www.eeworm.com/read/139695/13139068

sql emp.sql

create table emp ( no number(12) not null, upd_ts date not null, name char(20) not null, duty char(1) not null, age number(6) not null, salary number(12,2) not null,
www.eeworm.com/read/139695/13139090

sql emp.sql

create table emp ( no number(12) not null, upd_ts date not null, name char(20) not null, duty char(1) not null, age number(6) not null, salary number(12,2) not null,