代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/255719/6956746
sql bbsxp.sql
www.eeworm.com/read/373876/6959464
sql employeeinformationmsok.sql
CREATE DATABASE EmployeeInformationMS
--DROP DATABASE EmployeeInformationMS
go
USE EmployeeInformationMS
go
/*用户信息表*/
CREATE TABLE UserInformation
(
User_ID INT IDENTITY(1,1),
Us
www.eeworm.com/read/299464/6965748
sql easyhis.sql
/*
date: Jun 12, 2004
Access 97
Author: Nizvoo Kensen
医院基本信息表
操作用户表
来诊用户表
*/
create database StoreMIS
--1
--医院基本信息
create table basicinf
(
id text(6) primary key, /*商店编号*/
name t
www.eeworm.com/read/322482/6966223
java sql.java
import java.io.*;
public class SQL {
public SQL() {
}
public static void main(String[] args) throws Exception{
Interpreter interpreter = new Interpreter("quit;");
www.eeworm.com/read/365497/6968310
sql hotel.sql
www.eeworm.com/read/408504/6970620
sql upgrade.sql
ALTER TABLE Employees` ADD `SessionId` VARCHAR(50)
CREATE TABLE `Links` (`id` int(10) unsigned NOT NULL auto_increment,`supplier` tinytext,`link` text,PRIMARY KEY (`id`),KEY `id` (`id`)) TYPE=MyISAM;
www.eeworm.com/read/408504/6970699
sql simpleassets.sql
CREATE TABLE `Assets` (`Id` bigint(14) unsigned NOT NULL auto_increment,`AssetTag` varchar(10) NOT NULL default '0',`AssetType` tinytext,`AssetSupplier` tinytext,`AssetModel` tinytext,`AssetSerial` ti
www.eeworm.com/read/469652/6972910
sql gz.sql
www.eeworm.com/read/469307/6972993
sql cygl.sql
www.eeworm.com/read/468940/6982495