代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/358262/2988217
sql consumerinfo.sql
CREATE TABLE "CONSUMERINFO"
(
"CONSUMERID" VARCHAR2 (10),
"REALNAME" VARCHAR2 (50),
"CONSUMERSEX" VARCHAR2 (4),
"IDENTITYCARD" VARCHAR2 (18),
"ADDRESS" VARCHAR2 (100),
"ZIPCODE" VARCHAR2 (6),
www.eeworm.com/read/358128/3002102
sql mysql.sql
#
# `mail_queue`
#
CREATE TABLE mail_queue (
id bigint(20) NOT NULL default '0',
create_time datetime NOT NULL default '0000-00-00 00:00:00',
time_to_send datetime NOT NULL default '0000-00-00
www.eeworm.com/read/358128/3002104
sql pgsql.sql
CREATE TABLE mail_queue (
id INT NOT NULL default 0 PRIMARY KEY,
create_time timestamp NOT NULL default '1970-01-01 00:00:00',
time_to_send timestamp NOT NULL default '1970-01-01 00:00:00',
sent_time
www.eeworm.com/read/358128/3002153
sql mysql.sql
# The table which holds the structure
CREATE TABLE tb_nodes (
STRID int(11) NOT NULL auto_increment,
ROOTID int(11) NOT NULL default '0',
l int(11) NOT NULL default '0',
r int(11) NOT NULL def
www.eeworm.com/read/358128/3002157
sql mysql.sql
# phpMyAdmin MySQL-Dump
# version 2.3.0
# http://phpwizard.net/phpMyAdmin/
# http://www.phpmyadmin.net/ (download page)
#
# Host: localhost
# Generation Time: Jan 17, 2003 at 01:37 PM
# Server version
www.eeworm.com/read/358128/3002158
sql pgsql.sql
--
-- PostgreSQL database dump
--
\connect - postgres
SET search_path = public, pg_catalog;
--
-- TOC entry 4 (OID 16977)
-- Name: time; Type: TABLE; Schema: public; Owner: postgres
--
CREATE TABL
www.eeworm.com/read/358128/3002231
sql mysql.sql
# phpMyAdmin MySQL-Dump
# version 2.3.0
# http://phpwizard.net/phpMyAdmin/
# http://www.phpmyadmin.net/ (download page)
#
# Host: localhost
# Generation Time: Jan 17, 2003 at 01:37 PM
# Server version
www.eeworm.com/read/358128/3002232
sql pgsql.sql
--
-- PostgreSQL database dump
--
\connect - postgres
SET search_path = public, pg_catalog;
--
-- TOC entry 4 (OID 16977)
-- Name: time; Type: TABLE; Schema: public; Owner: postgres
--
CREATE TABL