代码搜索:Create
找到约 10,000 项符合「Create」的源代码
代码结果 10,000
www.eeworm.com/read/162053/5548936
properties localstrings.properties
common.both=You can specify either the literal value or a message key but not both
common.io=Encountered input/output error: {0}
enumerateTag.enumeration=Cannot create enumeration for {0}
formTag.c
www.eeworm.com/read/161693/5550499
sql jpetstore-mysql-schema.sql
CREATE DATABASE JPETSTORE;
USE JPETSTORE;
--DROP INDEX IF EXISTS productCat;
--DROP INDEX IF EXISTS productName;
--DROP INDEX IF EXISTS itemProd;
DROP TABLE IF EXISTS lineitem;
DROP TABLE IF
www.eeworm.com/read/161693/5550501
sql jpetstore-hsqldb-schema.sql
drop index productCat;
drop index productName;
drop index itemProd;
drop table lineitem;
drop table orderstatus;
drop table orders;
drop table bannerdata;
drop table profile;
drop table sign
www.eeworm.com/read/161693/5550506
sql jpetstore-postgres-schema.sql
drop index productCat;
drop index productName;
drop index itemProd;
drop table lineitem;
drop table orderstatus;
drop table orders;
drop table bannerdata;
drop table profile;
drop table sign
www.eeworm.com/read/161693/5550508
sql jpetstore-oracle-schema.sql
drop sequence linenum;
drop sequence ordernum;
drop index productCat;
drop index productName;
drop index itemProd;
drop table lineitem;
drop table orderstatus;
drop table orders;
drop tabl
www.eeworm.com/read/161605/5550953
pl basexml.pl
#####
# FCKeditor - The text editor for internet
# Copyright (C) 2003-2005 Frederico Caldeira Knabben
#
# Licensed under the terms of the GNU Lesser General Public License:
# http://www.o
www.eeworm.com/read/161559/5551325
sql c_voipuser.sql
-- VoIP user (IP phone, gateway)
--
-- VoIP Billing Platform for GnuGk
-- Copyright (c) 2004, Michal Zygmuntowicz
--
-- This work is published under the GNU Public License (GPL)
-- see file COPYING fo
www.eeworm.com/read/161251/5554909
properties localstrings.properties
common.both=You can specify either the literal value or a message key but not both
common.io=Encountered input/output error: {0}
enumerateTag.enumeration=Cannot create enumeration for {0}
formTag.c
www.eeworm.com/read/161040/5563781
txt bash.txt
create user &username identified by student;
grant connect to &username;
grant resource to &username;
/
--use accept
ACCEPT username
prompt 'enter the username:'
ACCEPT password
prompt '
www.eeworm.com/read/161040/5563860
txt 变名.txt
----空洞形成!
create table test_1(name varchar(100));
insert into test_1 values('1');
insert into test_1 values('2');
insert into test_1 values('3');
insert into test_1 values('4');
select row