Would like a query to remove all suppliers other than primary...
*This post is locked for comments
Would like a query to remove all suppliers other than primary...
*This post is locked for comments
Please backup first, and consider to run the query in HQ and stores coz u won't be able to replicate the deletions to stores by any of the existing worksheet
delete SupplierList where ID not in
(select SupplierList.id from SupplierList
inner join item
on item.ID=ItemID and item.SupplierID=SupplierList.SupplierID)
A Hassan
RMS Leaders
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,399
Most Valuable Professional
nmaenpaa
101,156