代码搜索:sql

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

代码结果 10,000
www.eeworm.com/read/226376/4785616

sql oracle.sql

-- 创建表空间 CREATE TABLESPACE blog DATAFILE '/opt/oracle/oradata/test/blog01.dbf' size 200M EXTENT MANAGEMENT local; -- 创建用户 CREATE USER blog IDENTIFIED BY blog DEFAULT TABLESPACE blog; -- 授予权
www.eeworm.com/read/225894/4792220

sql db.sql

if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[H_BLOG]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table [dbo].[H_BLOG] GO if exists (select * from dbo.sysobjects where
www.eeworm.com/read/225454/4795733

sql createimgtable.sql

vti_encoding:SR|utf8-nl vti_timelastmodified:TR|18 Jun 2004 02:23:27 -0000 vti_extenderversion:SR|4.0.2.7802
www.eeworm.com/read/225179/4798294

sql 11.3.2.sql

drop database if exists schoolproject; create database schoolproject; use schoolproject; -- -- Table structure for table `student` -- DROP TABLE IF EXISTS `student`; CREATE TABLE `student`
www.eeworm.com/read/225179/4798357

sql 4.2.1.sql

drop database if exists schoolproject; create database schoolproject; use schoolproject; drop table if exists certificate; CREATE TABLE certificate ( id varchar(100) NOT NULL default '', `
www.eeworm.com/read/225179/4798372

sql 4.4.2.sql

drop database if exists schoolproject; create database schoolproject; use schoolproject; drop table if exists certificate; CREATE TABLE certificate ( id varchar(100) NOT NULL default '',
www.eeworm.com/read/225179/4798523

sql 9.3.3.sql

drop database if exists schoolproject; create database schoolproject; use schoolproject; -- -- Table structure for table `certificate` -- DROP TABLE IF EXISTS `certificate`; CREATE TABLE `c
www.eeworm.com/read/225179/4798534

sql 9.3.1.sql

drop database if exists schoolproject; create database schoolproject; use schoolproject; -- -- Table structure for table `student`2005-2-2 16:31 DROP TABLE IF EXISTS `student`; CREATE TABLE
www.eeworm.com/read/225179/4798536

sql 9.5.1.sql

drop database if exists schoolproject; create database schoolproject; use schoolproject; -- -- Table structure for table `student` -- DROP TABLE IF EXISTS `student`; CREATE TABLE `student`
www.eeworm.com/read/225179/4798558

sql 9.5.2.sql

drop database if exists schoolproject; create database schoolproject; use schoolproject; -- -- Table structure for table `contact` -- DROP TABLE IF EXISTS `contact`; CREATE TABLE `contact` (