代码搜索:sql

找到约 10,000 项符合「sql」的源代码

代码结果 10,000
www.eeworm.com/read/311556/3679400

sql jpetstore.sql

# phpMyAdmin MySQL-Dump # version 2.5.1 # http://www.phpmyadmin.net/ (download page) # # 主机: 61.129.67.109 # 生成日期: 2005 年 07 月 08 日 17:31 # 服务器版本: 4.0.12 # PHP 版本: 4.3.4 # 数据库 : `jpetstore` #
www.eeworm.com/read/311301/3680554

sql mysql.sql

DROP database IF exists hrSystem; CREATE database hrSystem; use hrSystem; CREATE TABLE type_table( type_id integer auto_increment, type_name varchar(50) not null, amerce_amount double not
www.eeworm.com/read/311301/3680860

sql mysql.sql

DROP database IF exists auction; CREATE database auction; use auction; --用户表 create table auction_user( user_id int(11) auto_increment, username varchar(50) not null, userpass varc
www.eeworm.com/read/311301/3681218

sql mysqldb.sql

drop database if exists newsboard; create database newsboard; use newsboard; # 建用户表 create table app_user( username varchar(20), password varchar(255), primary key(username)); insert
www.eeworm.com/read/310422/3698446

php sql.php

www.eeworm.com/read/309678/3704574

java sql_in.java

package com.hao2007.struts.bean; public class Sql_in { public static boolean sql_in_method(String str) { String sql_in_str = "'~and~exec~insert~select~delete~update~count~*~%~chr~mid~master~
www.eeworm.com/read/309454/3705542

sql mysql.sql

CREATE TABLE `2checkout` ( `id` int(11) NOT NULL default '0', `invoice_id` int(11) unsigned zerofill NOT NULL auto_increment, `payment_gross` float NOT NULL default '0', `cc_firstname` varchar
www.eeworm.com/read/309119/3707440

sql createdb.sql

connect 'sampleDB;create=true'; create table import1( ProductID int, Name varchar(40)); insert into import1 (ProductID, Name) values (1, 'toothpaste'); insert into import1 (ProductID, Name) v
www.eeworm.com/read/308950/3709023

sql business.sql

REM --Oracle 电子商务数据库脚本文件 (订货单indent) /* ** Author:lzb ** Create Time:2005-02-05 */ --------------------------------------------------管理员表 drop table My_BookAdminuser; create
www.eeworm.com/read/308950/3709881

sql table.sql

# MySQL-Front Dump 2.5 # # Host: localhost Database: kjc # -------------------------------------------------------- # Server version 4.0.5-beta-max-nt # # Table structure for table 'kjc2_b