CODE
UPDATE TableA INNER JOIN [TableB] ON TableA.[Unique ID] = [TableB].[Unique ID] SET TableA.FieldX = Yes WHERE blah blah
but how do I do the WHERE part..... it should be WHERE there are duplicate values in f2,f3 and f4. In other words the query should update records 01 and 03 only!
f0,f1,f2,f3,f4,f5
01,as,tr,fg,sd,iu
02,as,tr,gf,sd,jh
03,mn,tr,fg,sd,er
04,as,df,fg,sd,jh