代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/378315/2687448
sql table.sql
CREATE TABLE `bbscs_agreeagainst` (
`ID` varchar(40) NOT NULL default '',
`UserID` varchar(40) NOT NULL default '',
`PostID` varchar(40) NOT NULL default '',
`BoardID` bigint(20) NOT NULL
www.eeworm.com/read/377803/2696127
sql tables.sql
# dbConnect MySQL database example(s) and testing tables
# Copyright (C) 2003 Johnathan Ingram, jingram@rogueware.org
#
# This library is free software; you can redistribute it and/or
# modify it un
www.eeworm.com/read/377803/2696128
sql database.sql
# dbConnect MySQL database example(s) and testing tables
# Copyright (C) 2003 Johnathan Ingram, jingram@rogueware.org
#
# This library is free software; you can redistribute it and/or
# modify it un
www.eeworm.com/read/377803/2696136
sql tables.sql
-- dbConnect Postgresql database example(s) and testing tables
-- Copyright (C) 2003 Johnathan Ingram, jingram@rogueware.org
--
-- This library is free software; you can redistribute it and/or
-- mo
www.eeworm.com/read/377803/2696137
sql database.sql
-- dbConnect Postgresql database example(s) and testing tables
-- Copyright (C) 2003 Johnathan Ingram, jingram@rogueware.org
--
-- This library is free software; you can redistribute it and/or
-- mo
www.eeworm.com/read/377803/2696143
sql tables.sql
-- dbConnect IBM DB2 database example(s) and testing tables
-- Copyright (C) 2003 Johnathan Ingram, jingram@rogueware.org
--
-- This library is free software; you can redistribute it and/or
-- modif
www.eeworm.com/read/377803/2696150
sql tables.sql
# dbConnect mSQL database example(s) and testing tables
# Copyright (C) 2003 Johnathan Ingram, jingram@rogueware.org
#
# This library is free software; you can redistribute it and/or
# modify it und
www.eeworm.com/read/377545/2699048
sql oracletables.sql
drop sequence newsnewsid;
drop sequence baseactact_id;
drop sequence baseclassclass_id;
drop sequence basespecspec_id;
drop sequence usersuser_id;
drop sequence groupsgroup_id;
drop sequence ope
www.eeworm.com/read/377381/2700484
sql db.sql
-- --------------------------------------------------------
--
-- Table structure for table 'PRODUCT_CATEGORY'
--
DROP TABLE IF EXISTS PRODUCT_CATEGORY;
CREATE TABLE PRODUCT_CATEGORY (
CATEG
www.eeworm.com/read/377381/2700498
sql db.sql
DROP TABLE IF EXISTS ALBUM;
CREATE TABLE ALBUM (
ALBUM_ID int(16) NOT NULL auto_increment,
ALBUM_NAME varchar(255) NOT NULL default '',
ALBUM_URL varchar(255) NOT NULL default '',
ALBUM_