We have about 1500 lines in the Bin Quantity Table which are redundant ie QUANTITY =0 and ATYALLOC=0 - where the item did exist at one time in the bin but is no longer there. When I run a stock count it includes all these zero lines which is totally unnecessary.
Is it safe to do a SQL delete where QUANTITY=0 on this table?
*This post is locked for comments