代码搜索:SqL
找到约 10,000 项符合「SqL」的源代码
代码结果 10,000
www.eeworm.com/read/392608/8333947
sql meetmng.sql
www.eeworm.com/read/392574/8335095
sql student.sql
create table pay.dbo.student
(sno char(10),
sname char(8),
ssex char(2),
sdept char(40)
)
www.eeworm.com/read/392574/8335096
sql school.sql
create table pay.dbo.school
(schoolname char(30),
schoolspace char(40)
)
www.eeworm.com/read/392564/8335748
sql guestbook.sql
www.eeworm.com/read/292736/8337167
chm sql手册.chm
www.eeworm.com/read/292608/8346122
sql database.sql
create database stucheckbase
create table hygiene_check
(日期 datetime,
栋号 char(4),
寝室号 char(10) default '0',
评分1 float(8) default '0',
评分2 float(8) default '0',
评分3 float(8) default '0',
www.eeworm.com/read/174491/9585887
sql sampledb.sql
drop database if exists SAMPLEDB;
create database SAMPLEDB;
use SAMPLEDB;
create table CUSTOMERS (
ID bigint not null,
NAME varchar(15),
AGE int,
primary key (ID)
);
create tabl
www.eeworm.com/read/370527/9597674
sql suifang.sql
/*
MySQL Data Transfer
Source Host: localhost
Source Database: follow_up_data
Target Host: localhost
Target Database: follow_up_data
Date: 2008-5-5 14:17:11
*/
SET FOREIGN_KEY_CHECKS=0;
--
www.eeworm.com/read/370499/9598596
sql personnel.sql
www.eeworm.com/read/370499/9598651