代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/225179/4799215
sql 6.3.4.sql
drop database if exists schoolproject;
create database schoolproject;
use schoolproject;
--
-- Table structure for table `student`
--
DROP TABLE IF EXISTS `student`;
CREATE TABLE `student`
www.eeworm.com/read/225179/4799280
sql 17.3.5.sql
drop database if exists schoolproject;
create database schoolproject;
use schoolproject;
--
-- Table structure for table `log4j`
--
DROP TABLE IF EXISTS `log4j`;
CREATE TABLE `log4j` (
`
www.eeworm.com/read/225179/4799315
sql 5.1.1.sql
drop database if exists schoolproject;
create database schoolproject;
use schoolproject;
drop table if exists certificate;
CREATE TABLE certificate (
id varchar(100) NOT NULL default '',
`
www.eeworm.com/read/225179/4799343
sql 5.1.2.sql
drop database if exists schoolproject;
create database schoolproject;
use schoolproject;
--
-- Table structure for table `certificate`
--
DROP TABLE IF EXISTS `certificate`;
CREATE TABLE `certi
www.eeworm.com/read/225179/4799345
sql 5.1.3.sql
drop database if exists schoolproject;
create database schoolproject;
use schoolproject;
--
-- Table structure for table `certificate`
--
DROP TABLE IF EXISTS `certificate`;
CREATE TABLE `certi
www.eeworm.com/read/225179/4799372
sql 5.1.4.sql
drop database if exists schoolproject;
create database schoolproject;
use schoolproject;
--
-- Table structure for table `certificate`
--
DROP TABLE IF EXISTS `certificate`;
CREATE TABLE `certi
www.eeworm.com/read/224985/4800404
sql delete.sql
// Delete the tutorial database tables
ALTER TABLE EJB_ORDER_PART DROP CONSTRAINT FK_1;
ALTER TABLE EJB_ORDER_VENDOR_PART DROP CONSTRAINT FK_2;
ALTER TABLE EJB_ORDER_VENDOR_PART DROP CONSTRAINT FK_3;
www.eeworm.com/read/224985/4800405
sql tutorial.sql
// Create tables for all Java EE Tutorial examples
// Create tables for Web bookstore applications
CREATE TABLE WEB_BOOKSTORE_BOOKS
(bookId VARCHAR(8),
surname VARCHAR(24),
firstName VARCHAR(24),
ti
www.eeworm.com/read/224904/4801214
txt sql.txt
select distinct mis_wlbdy.wlbdm,mis_zbjdyxx.wlbmc from mis_wlbdy,mis_zbjdyxx where mis_wlbdy.wlbdm = mis_zbjdyxx.wlbdm and mis_wlbdy.wlbdm like 'A%'
select distinct mis_wlbdy.wlbzddm,wlbzdmc fro
www.eeworm.com/read/224860/4802315
sql ddl.sql
alter table MESSAGE
drop
foreign key FK63B68BE75F12BC76;
drop table if exists MESSAGE;
drop table if exists USERINFO;
create table MESSAGE (
ID varchar(25