Untitled

Anonymous
mysql
02/20/2023 5:38 PM
404 B
24
Indexable
SELECT 
    CONCAT('s', serialnumber) serial,
    product,
    size,
    location,
    previouslocation,
    internalRANum
FROM
    inventoryitem
WHERE
    product IN ('MILL-WS513')
    and location = 'UNSELLABLE RA Location'
    #AND previouslocation = 'RA Inventory Pending'
        AND qtyonhand = 0
Editor is loading...