-- remove any duplicates DELETE i FROM tbTable01 i WHERE EXISTS (SELECT 1 FROM tbTable01 WHERE biID = i.biID;
Comments