Hi All
I am just wondering if someone has gone through the exercise of deleting un-used items, item currencies, Item creditors and other un-used information relating to items.
Would anyone be able to just confirm in me thinking that every item in IV00101 table that does not exist in IV30300 table are the items that have never been used ?
select * from IV00101 where ITEMNMBR NOT IN (select ITEMNMBR from IV30300)
Many Thanks
*This post is locked for comments