方法一:
思路:如果数据存在则忽略,在 insert into 之间加个 ignore 就可以。
代码:
insert ignore into actor values('3','ED','CHASE','2006-02-15 12:34:33')