用access数据库,为了避免sql插入重复的数据,insert into 后面可以用 where 来限制插入的条件吗?
最好是在数据库里面把需要避免重复的字段设置为primary key或者unique,这样效率高。