跪求SQL update问题例如有A表和B表用SQL 语句比较如果A表中有的数据B表中没有那么将这条数据的某列的字段修改!!!急急请教[解决办法]update a set a.flag=1 where not exists (select 1 from b where b.field=a.field)