This code returns this data. It's for a pick operation, based on the class
of a style that has the m most quantity, I have to match the class to a
zone in the warehouse.
select sty, cls, sum(qty) as sumqty
from whso312f
where sty <> ' '
group by sty, cls
order by sty, cls
This mailing list archive is Copyright 1997-2026 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.