Untitled
unknown
mysql
2 years ago
243 B
8
Indexable
SELECT
serialnumber, product, size, bin, location
FROM
inventoryitem
WHERE
product LIKE 'NKAM%' AND qtyonhand = 1
AND orderhistory = ''
AND location LIKE '7-%'
group by product
order by location ascEditor is loading...
Leave a Comment