passer1991

2013年4月13日

mysql 将一个数据表中的数据插入到另一个表中

摘要: insert into test.b (id) (select (id) from a) 阅读全文

posted @ 2013-04-13 16:44 passer1991 阅读(169) 评论(0) 推荐(0) 编辑

You are using safe update mode and you tried to update a table without a WHERE that uses a K

摘要: SETSQL_SAFE_UPDATES= 0; 阅读全文

posted @ 2013-04-13 15:59 passer1991 阅读(153) 评论(0) 推荐(0) 编辑

导航