2012-10-30 19:14 Tuesday
2012-4-1 11:43 Sunday
执行,就会报 The definition of table 'table1' prevents operation UPDATE on table 'table2'
update table2 set item = replace(item,'A27-','A28-') where id in( select id from table1 where item like ...