Untitled
unknown
mysql
2 years ago
303 B
6
Indexable
SELECT count(serialnumber) serials, product, size, bin, location, previouslocation, lastscandate FROM inventoryitem WHERE product IN ('ANIN-WS125' , 'ANIN-WK134', 'LCDE-WD373', 'ANIN-WS109')and location like '7-%' AND qtyonhand = 1 group by bin order by location asc
Editor is loading...