代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/411303/2189304
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/411303/2189305
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/411303/2189306
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
www.eeworm.com/read/411303/2189308
sql loadcountries.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/411303/2189311
sql loadcities.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 copyrig
www.eeworm.com/read/411303/2189334
sql demofilevtis.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 regardin
www.eeworm.com/read/411303/2189335
sql demoforeigndbmsvtis.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 regardin
www.eeworm.com/read/410882/2199974
sql table.sql
drop table score;
drop table student;
drop table teacher;
drop table banji;
drop table exam;
drop table estate;
drop table state
drop sequence teacher_id;
drop sequence student_id;
drop se
www.eeworm.com/read/410798/2201157
sql whilvydy.sql
# MySQL-Front Dump 2.5
#
# Host: localhost Database: jspcndb
# --------------------------------------------------------
# Server version 4.0.14-nt
USE jspcndb;
#
# Table structure for t
www.eeworm.com/read/410798/2201194
sql news.sql
# Dumping Table class
#
CREATE TABLE class (
id int(4) NOT NULL auto_increment,
name varchar(20) NOT NULL ,
master varchar(20) ,
PRIMARY KEY (id)
) ;
# Dumping Table master
#
C