代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/198797/5082255
sql createdbobjects.sql
USE [~~##RPTStarterKitDB##~~]
GO
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[FK_Reports_Products_Categories]') and OBJECTPROPERTY(id, N'IsForeignKey') = 1)
ALTER TABLE [
www.eeworm.com/read/197457/5095505
sql green.sql
prompt PL/SQL Developer import file
prompt Created on 2007年3月17日 by jetwong
set feedback off
set define off
prompt Dropping POPEDOM...
drop table POPEDOM cascade constraints;
prompt Dropping USE
www.eeworm.com/read/197457/5095919
sql green.sql
prompt PL/SQL Developer import file
prompt Created on 2007年3月17日 by jetwong
set feedback off
set define off
prompt Dropping POPEDOM...
drop table POPEDOM cascade constraints;
prompt Dropping USE
www.eeworm.com/read/197362/5097205
sql install.sql
-- create database myBook;
-- use myBook;
-- create table my_book(BookID int primary key not null, BookName char(10) not null, BookPublisher char(20) not null, BookStatus char(5) not null);
-- crea
www.eeworm.com/read/196635/5101415
sql sample.sql
/*
SQLyog 企业版 - MySQL GUI v4.1
主机 - 5.0.7-beta-nt : 数据库 - sample
*********************************************************************
服务器版本 : 5.0.7-beta-nt
*/
create database if not exists
www.eeworm.com/read/196635/5101418
sql sample.sql
/*
SQLyog 企业版 - MySQL GUI v4.1
主机 - 5.0.7-beta-nt : 数据库 - sample
*********************************************************************
服务器版本 : 5.0.7-beta-nt
*/
create database if not exists
www.eeworm.com/read/192612/5150819
sql test.sql
-- Examples for queries that exercise different SQL objects implemented by this assembly
-----------------------------------------------------------------------------------------
-- Stored procedu
www.eeworm.com/read/192612/5151068
sql test.sql
-- 运用此程序集实现的不同 SQL 对象的查询示例
-----------------------------------------------------------------------------------------
-- 存储过程
---------------------------------------------------------------------
www.eeworm.com/read/190250/5186004
sql checkstoredfunc.sql
rem
rem NAME
rem $RCSfile: checkStoredFunc.sql,v $
rem DESCRIPTION
rem [given below]
rem DELTA
rem $Revision: 1.2 $
rem $Author: birgit $
rem CREATED
rem $Date: 2005/02/22 10:
www.eeworm.com/read/190250/5186005
sql grantpermission.sql
rem
rem NAME
rem $RCSfile: grantPermission.sql,v $
rem DESCRIPTION
rem [given below]
rem DELTA
rem $Revision: 1.2 $
rem $Author: birgit $
rem CREATED
rem $Date: 2005/02/22 10: