代码搜索:insert
找到约 10,000 项符合「insert」的源代码
代码结果 10,000
www.eeworm.com/read/323119/13351985
result ndb_insert.result
www.eeworm.com/read/323119/13351995
result insert_update.result
DROP TABLE IF EXISTS t1, t2;
CREATE TABLE t1 (a INT, b INT, c INT, UNIQUE (A), UNIQUE(B));
INSERT t1 VALUES (1,2,10), (3,4,20);
INSERT t1 VALUES (5,6,30) ON DUPLICATE KEY UPDATE c=c+100;
SELECT * FROM
www.eeworm.com/read/323119/13352724
test insert_select.test
#
# Problem with INSERT ... SELECT
#
--disable_warnings
drop table if exists t1,t2,t3;
--enable_warnings
create table t1 (bandID MEDIUMINT UNSIGNED NOT NULL PRIMARY KEY, payoutID SMALLINT UNSIGNED N
www.eeworm.com/read/323119/13353622
test insert_update.test
--disable_warnings
DROP TABLE IF EXISTS t1, t2;
--enable_warnings
CREATE TABLE t1 (a INT, b INT, c INT, UNIQUE (A), UNIQUE(B));
INSERT t1 VALUES (1,2,10), (3,4,20);
INSERT t1 VALUES (5,6,30) ON DUPLI
www.eeworm.com/read/323119/13354064
test ndb_insert.test
-- source include/have_ndb.inc
-- source include/not_embedded.inc
--disable_warnings
DROP TABLE IF EXISTS t1;
--enable_warnings
#
# Basic test of INSERT in NDB
#
#
# Create a normal table with pri
www.eeworm.com/read/136431/13379403
xpm card_insert.xpm
/* XPM */
static char * card_insert_xpm[] = {
"32 29 8 1",
" c None",
". c #FFFFFF",
"+ c #FCFC04",
"@ c #FC0404",
"# c #CCCCCC",
"$ c #049C04",
"% c #048404",
"& c #040404",
"