代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/143435/12875061
sql dept.sql
prompt PL/SQL Developer import file
prompt Created on 2005年11月17日 by sc_admin
set feedback off
set define off
prompt Disabling triggers for DEPT...
alter table DEPT disable all triggers;
prompt
www.eeworm.com/read/143432/12875133
asp sql.asp
www.eeworm.com/read/143422/12876663
doc ~$sql.doc
www.eeworm.com/read/143422/12876665
doc sql.doc
www.eeworm.com/read/244241/12876991
txt sql.txt
@}M}S~-~S~Q!L! ~S!e{r!v~e!r{2~0!0}0~E{n}t~e!r{p{r!i~s!e} }E~d!i{t{i~o!n!
www.eeworm.com/read/330604/12878840
sql 2.sql
create table users(
uid char(10) primary key,
pwd char(10),
jb bit
);
CREATE TABLE customers (
no char(10) ,
name char(10),
sex char(1) , id char(10),
address varchar(100) ,
phone cha
www.eeworm.com/read/330520/12883838
txt sql.txt
CREATE DATABASE Hospital
GO
USE Hospital
GO
CREATE TABLE BaseType
(Id int PRIMARY KEY IDENTITY,
TypeId tinyint,
TypeName varchar(30)
)
GO
USE Hospital
GO
CREATE TAB
www.eeworm.com/read/143315/12884700
sql~ worker.sql~
connect jdbc/jdbc;
alter table Worker_Tbl drop constraint PK_worker_TBL;
drop table Worker_Tbl;
drop procedure update_worker_salary;
drop function update_worker_salary_func;
drop sequence worker_id_se
www.eeworm.com/read/143315/12884710
sql hl.sql
drop table oid_hl_tbl;
create table oid_hl_tbl(
nextval number(12) not null
);
insert into oid_hl_tbl (nextval) values (5000);
www.eeworm.com/read/143315/12884714
sql oid.sql
drop table oid_tbl;
create table oid_tbl (nextval number(15) not null, type number(10) not null);
insert into oid_tbl (nextval, type) values (1, 1);
insert into oid_tbl (nextval, type) values (1,