Untitled
unknown
mysql
2 years ago
228 B
6
Indexable
SELECT
CONCAT('s', serialnumber) serial,
product,
size,
bin,
location,
lastscandate
FROM
inventoryitem
WHERE
product IN ('BOTT-WY1274' , 'BOTT-WY1339') and qtyonhand = 1
order by location ascEditor is loading...