代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/469873/6928145
sql sc.sql
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[FK_Room_Building]') and OBJECTPROPERTY(id, N'IsForeignKey') = 1)
ALTER TABLE [dbo].[Room] DROP CONSTRAINT FK_Room_Building
GO
www.eeworm.com/read/469483/6928941
sql crebas.sql
/*==============================================================*/
/* DBMS name: Sybase AS Anywhere 9 */
/* Created on: 2008-6-16 23:14:09
www.eeworm.com/read/298621/6933885
sql hotel.sql
www.eeworm.com/read/115820/6934040
ico sql.ico
www.eeworm.com/read/130213/6940905
sql student.sql
use master
go
if exists (select * from dbo.sysdatabases where name = 'Student')
drop database Student
GO
create database Student
go
use Student
go
if exists (select * from dbo.sysobjec
www.eeworm.com/read/433070/6948679
sql counter.sql
www.eeworm.com/read/156008/6954245
sql personnel.sql
www.eeworm.com/read/116417/6954505
chm sql.chm
www.eeworm.com/read/171363/6956276
sql tdjob.sql
# phpMyAdmin SQL Dump
# version 2.5.3-rc1
# http://www.phpmyadmin.net
#
# 主机: localhost:3306
# 生成日期: 2004 年 01 月 02 日 12:23
# 服务器版本: 4.0.14
# PHP 版本: 4.3.3
#
# 数据库 : `tdjob`
#
# -------