代码搜索:mySQL
找到约 10,000 项符合「mySQL」的源代码
代码结果 10,000
www.eeworm.com/read/312199/3675199
js mysql.js
/*
Copyright (c) 2004-2006, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo licens
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/310422/3698236
cfg mysql.cfg
#This file is automaticly generated by crash-me 1.57
NEG=yes # update of column= -column
Need_cast_for_null=no # Need to cast NULL for arithmetic
alter_add_col=yes # Alter table add column
al
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/302839/3822835
hh mysql.hh
/*
* Copyright (c) 2004, 2005
* The Regents of The University of Michigan
* All Rights Reserved
*
* This code is part of the M5 simulator.
*
* Permission is granted to use, copy, create derivat