Untitled

 avatar
unknown
mysql
a year ago
218 B
7
Indexable
SELECT 
    COUNT(serialnumber) serials,
    product,
    bin,
    location,
    lastscandate
FROM
    inventoryitem
WHERE
    location = 'PA Replenishment in-transit'
        AND qtyonhand = 1
        group by product
Editor is loading...
Leave a Comment