Untitled
unknown
mysql
2 years ago
225 B
11
Indexable
SELECT
CONCAT('s', serialnumber) serial,
product,
size,
bin,
location,
lastscandate
FROM
inventoryitem
WHERE
location LIKE '7-%'
AND product = 'alliance code'
AND qtyonhand = 1Editor is loading...