代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/345285/11823207
sql person.sql
DROP TABLE person ;
CREATE TABLE person
(
id varchar(20) not null primary key ,
name varchar(20) not null ,
password varchar(20)
) ;
INSERT INTO person (id,name,password) VALUES ('lxh'
www.eeworm.com/read/259055/11824638
sql schooldata.sql
www.eeworm.com/read/345187/11828931
sql shovefinance.sql
www.eeworm.com/read/156076/11830562
txt sql.txt
数据库 myoa 运行于 localhost
# phpMyAdmin SQL Dump
# version 2.5.7-pl1
# http://www.phpmyadmin.net
#
# 主机: localhost
# 生成日期: 2006 年 02 月 23 日 17:28
# 服务器版本: 3.23.58
# PHP 版本: 4.3.11
#
# 数据库 : `m
www.eeworm.com/read/156007/11835585
sql myfactory.sql
www.eeworm.com/read/155870/11841316
sql trade.sql
www.eeworm.com/read/155869/11841406
sql ticket.sql
www.eeworm.com/read/155868/11841585
sql myfactory.sql
www.eeworm.com/read/155867/11841703
sql hotel.sql
www.eeworm.com/read/258786/11843261
sql installdb.sql
USE master
GO
EXEC sp_addlogin 'BlueHillASPUser', 'Password01', 'BlueHill'
EXEC sp_addlogin 'BlueHillWinUser', 'Password01', 'BlueHill'
GO
IF DB_ID('BlueHill') IS NOT NULL BEGIN
DROP D