代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/308800/13691695
sql create.sql
Create table BOOK(
"Primary Author" integer(4),
"Title" char(20),
"ISBN" char(10),
"PublisherID" integer(4),
"Edition"
www.eeworm.com/read/308658/13697811
sql oa.sql
# MySQL-Front Dump 2.2
#
# Host: oa.xsp.cn Database: oa
#--------------------------------------------------------
# Server version 4.0.11-gamma-nt
#
# Table structure for table 'oa_address
www.eeworm.com/read/307935/13713050
sql hysys.sql
www.eeworm.com/read/307511/13720819
sql student.sql
www.eeworm.com/read/307511/13720820
sql genxin.sql
insert into student_info(student_ID)
values (2)
insert into student_info(student_ID)
values (3)
insert into student_info(student_ID)
values (4)
----------------------学生添加记录后自动更新登陆用户 '
www.eeworm.com/read/307329/13724076
txt sql.txt
create table shop_user(
username varchar(10) not null,
password varchar(10) not null,
flag int,
constraint pk_shop_user primary key (username)
);
insert into shop_user v
www.eeworm.com/read/307329/13724078
sql xyglxt.sql
www.eeworm.com/read/307214/13726363
sql flash.sql
www.eeworm.com/read/307143/13727994
sql alldatabase.sql
# phpMyAdmin MySQL-Dump
# version 2.2.2
# http://phpwizard.net/phpMyAdmin/
# http://phpmyadmin.sourceforge.net/ (download page)
#
# 主机: localhost
# Generation Time: Apr 16, 2002 at 08:19 AM
# S
www.eeworm.com/read/307082/13730332
sql counter.sql
CREATE TABLE [dbo].[PE_StatAddress] (
[TAddress] [nvarchar] (50) COLLATE Chinese_PRC_CI_AS NULL ,
[TAddNum] [int] NOT NULL
) ON [PRIMARY]
GO
CREATE TABLE [dbo].[PE_StatBrowser] (
[TBrowse