Untitled
unknown
mysql
10 months ago
292 B
11
Indexable
SELECT
COUNT(serialnumber) serials,
bin,
location,
previouslocation,
lastscandate
FROM
inventoryitem
WHERE
(location LIKE '7-L%'
OR location LIKE '7-UL%')
AND previouslocation = 'repack'
AND qtyonhand = 1
GROUP BY bin
ORDER BY location ASCEditor is loading...
Leave a Comment