Enter Query

SELECT
*
FROM
inventories
WHERE
product_id = 2
AND warehouse_id = 2;

Query Result

Loading...