Hi,
We have some duplicated records in LogisticsAddresssCity table (Some cities are inserted several thousand times) and we need to clear them up and only keep cities which has one specific customized field filled.
Before deletion we do the update of zip codes with correct record from city.
Which is best to use? "Delete_from" or "while select" and should I foresee something else?
Thanks.
*This post is locked for comments