代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/470099/1477598
sql test.sql
# Powered By Caxton
# Host: localhost Database: test
# ------------------------------------------------------
# Server version 4.1.13-nt
CREATE DATABASE `test` /*!40100 DEFAULT CHARACTER
www.eeworm.com/read/470099/1477599
sql study.sql
# Powered By Caxton
# Host: localhost Database: study
# ------------------------------------------------------
# Server version 4.1.13-nt
CREATE DATABASE `study` /*!40100 DEFAULT CHARACTE
www.eeworm.com/read/470099/1477619
sql test.sql
# Powered By Caxton
# Host: localhost Database: test
# ------------------------------------------------------
# Server version 4.1.13-nt
CREATE DATABASE `test` /*!40100 DEFAULT CHARACTER
www.eeworm.com/read/470099/1477620
sql study.sql
# Powered By Caxton
# Host: localhost Database: study
# ------------------------------------------------------
# Server version 4.1.13-nt
CREATE DATABASE `study` /*!40100 DEFAULT CHARACTE
www.eeworm.com/read/470099/1477648
sql test.sql
# Powered By Caxton
# Host: localhost Database: test
# ------------------------------------------------------
# Server version 4.1.13-nt
CREATE DATABASE `test` /*!40100 DEFAULT CHARACTER
www.eeworm.com/read/470099/1477649
sql study.sql
# Powered By Caxton
# Host: localhost Database: study
# ------------------------------------------------------
# Server version 4.1.13-nt
CREATE DATABASE `study` /*!40100 DEFAULT CHARACTE
www.eeworm.com/read/470060/1477708
sql content.sql
USE Discuss
GO
CREATE TABLE Content
( ContId Int Primary Key IDENTITY,
Subject Varchar(50) NOT NULL,
Words Varchar(1000),
UserName Varchar(50),
CreateTime Char(30),
LastA
www.eeworm.com/read/470060/1477709
sql users.sql
USE Discuss
GO
CREATE TABLE Users
( UserId Int Primary Key IDENTITY,
UserName Varchar(50) NOT NULL,
UserPwd Varchar(50) NOT NULL,
Ename Varchar(50),
Email Varchar(50)