代码搜索:Sql

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

代码结果 10,000
www.eeworm.com/read/258867/4351446

sql soobic.sql

# phpMyAdmin SQL Dump # version 2.5.3 # http://www.phpmyadmin.net # # 主机: localhost # 生成日期: 2005 年 04 月 27 日 18:36 # 服务器版本: 4.0.20 # PHP 版本: 4.3.8 # # 数据库 : `soobic` # # ---------------
www.eeworm.com/read/258350/4354953

sql book.sql

-- The following SQL generates the database -- used by the 'book' example programs -- Copyright (C) 1992-2001 Trolltech AS. All rights reserved. -- -- This file is part of an example program for Qt.
www.eeworm.com/read/258350/4355317

sql book.sql

-- The following SQL generates the database -- used by the 'book' example programs -- Copyright (C) 1992-2001 Trolltech AS. All rights reserved. -- -- This file is part of an example program for Qt.
www.eeworm.com/read/258210/4358650

sql hrmanager.sql

CREATE DATABASE [HRManager1] GO USE [HRManager1] GO /****** 对象: Table [dbo].[City] 脚本日期: 10/21/2006 16:02:45 ******/ CREATE TABLE [dbo].[City]( [CityID] [int] NOT NULL, [CityName] [nv
www.eeworm.com/read/257267/4364701

sql oracletables.sql

drop sequence newsnewsid; drop sequence baseactact_id; drop sequence baseclassclass_id; drop sequence basespecspec_id; drop sequence usersuser_id; drop sequence groupsgroup_id; drop sequence ope
www.eeworm.com/read/256963/4366987

xdt sql.xdt

www.eeworm.com/read/256658/4367484

java sql_in.java

package com.hao2007.struts.bean; public class Sql_in { public static boolean sql_in_method(String str) { String sql_in_str = "'~and~exec~insert~select~delete~update~count~*~%~chr~mid~master~
www.eeworm.com/read/256300/4370002

sql mydata.sql

CREATE DATABASE Arcdata ON (NAME = 'Arcdata', FILENAME = 'E:\exercise\学籍管理\data\Arcdata.MDF' , SIZE = 1, FILEGROWTH = 10%) LOG ON (NAME = 'mydata_Log', FILENAME = 'E:\exercise\学籍管理\data\Arcdata
www.eeworm.com/read/256300/4370004

sql sqlplus.sql

DROP TABLE Classinfo; CREATE TABLE Classinfo( cID char(6) primary key not null, cClass char(10) ); DROP TABLE Course; CREATE TABLE Course( cID char(6) prinmary key not null, cName ch
www.eeworm.com/read/255818/4372860

sql tables.sql

/* SQLyog v3.62 Host - localhost : Database - hoodb ************************************************************** Server version 4.0.16-nt */ create database if not exists `hoodb`; use `h