代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/149135/12401372
sql library.sql
www.eeworm.com/read/336996/12402928
sql create.sql
DROP TABLE IF EXISTS `employee`;
CREATE TABLE `employee` (
`id` int(10) unsigned NOT NULL auto_increment,
`name` varchar(45) NOT NULL,
`birthday` datetime NOT NULL,
`email` varchar(45)
www.eeworm.com/read/336996/12402932
sql insert.sql
insert into employee(name,birthday,email,hobby)values('王1','1986-12-12 15:33:55','test1@test.com','上网1');
insert into employee(name,birthday,email,hobby)values('王2','1986-12-13 00:00:00','test2@test
www.eeworm.com/read/336986/12403245
sql occidemo.sql
/* Copyright (c) 2002, 2003, Oracle Corporation. All rights reserved. */
/*
NAME
occidemo - Create OCCI demo objects
DESCRIPTION
SQL Script to create OCCI demo objects
Assumes HR sc
www.eeworm.com/read/336986/12403318
sql occidemod.sql
/* Copyright (c) 2002, 2003, Oracle Corporation. All rights reserved. */
/*
NAME
occidemod - SQL Script to drop OCCI demo objects
DESCRIPTION
SQL Script to drop OCCI demo objects creat
www.eeworm.com/read/336985/12403350
sql occidemo.sql
connect scott/tiger
DROP PROCEDURE demo_proc;
DROP FUNCTION demo_fun;
DROP TABLE author_tab;
DROP TABLE publisher_tab;
DROP TABLE publ_address_tab;
DROP TABLE journal_tab;
DROP TABLE article_tab;
DR
www.eeworm.com/read/149061/12405778
sql sqltest.sql
/* Microsoft SQL Server - Scripting */
/* Server: 屠蔚华的计算机 */
/* Database: Test */
/* Creation Date 99-7-2 12:45:53 */
set quoted_identifier on
GO
/****** Object: Table dbo.Retr
www.eeworm.com/read/149021/12409430
sql syspoll.sql
-- MySQL Administrator dump 1.4
--
-- ------------------------------------------------------
-- Server version 4.1.12a-nt
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*
www.eeworm.com/read/336889/12411281
sql tlcyglxt.sql
www.eeworm.com/read/336840/12413146