由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - [合集] 这种insert怎么做
相关主题
这种insert怎么做A weird error
也問 Common Table Expression 问题问个数据库问题
MySQL 的一个问题求教纪录查找问题
How to split a column into several rows?How to merge tables in SQL Server 2000?
Re: How to find a duplicate record in Acmysql 问题 (转载)
什么时候不用索引Re: 刚电面一个,fail了 (转载)
urgent help! insert value into tableSQL help.
how to find duplicates in mysqlSQL Server insert speed too slow! Help?
相关话题的讨论汇总
话题: insert话题: mysql话题: wed话题: columna话题: columnb
进入Database版参与讨论
1 (共1页)
c*******e
发帖数: 8624
1
☆─────────────────────────────────────☆
myyaoyao (瑶瑶妈) 于 (Wed Mar 11 15:19:46 2009) 提到:
我用的是mysql,有一个table:
columnA, columnB
1,a
2,b
我要create一个batch insert,里面有可能已经有1,a 和2,b. 这种情况我不想再
insert进去了。我试着加了个unique key 在columnA+columnB,可是这样的话,一旦遇
到duplicate的数据,mysql就停止insert了。 请问怎样让mysql继续insert那些不
duplicate的数据?
☆─────────────────────────────────────☆
neil222966 (Wei) 于 (Wed Mar 11 18:52:23 2009) 提到:
没用过mysql,不知道以下几种方法是否对你有用。
Option1:
cursor
loop
If not exists (Select ... From ...)
Insert into
1 (共1页)
进入Database版参与讨论
相关主题
SQL Server insert speed too slow! Help?Re: How to find a duplicate record in Ac
a simple question about insert什么时候不用索引
mysql mapping and insert questionurgent help! insert value into table
请问如何实现这样一个mysql的query, 谢谢how to find duplicates in mysql
这种insert怎么做A weird error
也問 Common Table Expression 问题问个数据库问题
MySQL 的一个问题求教纪录查找问题
How to split a column into several rows?How to merge tables in SQL Server 2000?
相关话题的讨论汇总
话题: insert话题: mysql话题: wed话题: columna话题: columnb