代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/319795/3551945
sql 8.2.3.sql
create table items (
id int not null auto_increment,
title varchar(50) not null,
primary key (id)
);
create table categories (
id int not null auto_increment,
name varchar(200) not
www.eeworm.com/read/319795/3551989
sql create.sql
drop table if exists works;
create table works (
id int unsigned not null auto_increment,
nickname char(20) not null,
sex enum('帅哥','靓妹') not null default '帅哥',
city char(20) null default
www.eeworm.com/read/319795/3552435
sql items.sql
# MySQL-Front 3.2 (Build 10.15)
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_
www.eeworm.com/read/319795/3552518
sql items.sql
# MySQL-Front 3.2 (Build 10.15)
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_
www.eeworm.com/read/319063/3559321
sql createchatroom.sql
CREATE TABLE "USERTABLE"
(
"USER_ID" VARCHAR(10) NOT NULL,
"USER_NAME" VARCHAR(10) NOT NULL,
"USER_PASSWORD" VARCHAR(20) NOT NULL,
PRIMARY KEY ("USER_ID")
);
INSERT INTO usertable VAL
www.eeworm.com/read/318742/3563478
sql accounts.sql
create table jack_accounts
(
id number primary key,
usernaem varchar(20),
password varchar(20),
balance number(20,0)
);
www.eeworm.com/read/318742/3563480
sql accounts.sql
create table jack_accounts
(
id number primary key,
usernaem varchar(20),
password varchar(20),
balance number(20,0)
);
www.eeworm.com/read/318697/3566077
sql loadtables.sql
-- Licensed to the Apache Software Foundation (ASF) under one or more
-- contributor license agreements. See the NOTICE file distributed with
-- this work for additional information regarding copyr
www.eeworm.com/read/318697/3566078
sql disconnect.sql
-- Licensed to the Apache Software Foundation (ASF) under one or more
-- contributor license agreements. See the NOTICE file distributed with
-- this work for additional information regarding copyr
www.eeworm.com/read/318697/3566079
sql loadairlines.sql
-- Licensed to the Apache Software Foundation (ASF) under one or more
-- contributor license agreements. See the NOTICE file distributed with
-- this work for additional information regarding copyr