Tuesday, November 15, 2016

Query to find on Hand Quantity - SQL

SQL



Query to find on Hand Quantity - SQL

Query :





select sum(transaction_quantity) from MTL_ONHAND_QUANTITIES
where inventory_item_id=9
and organization_id=188

No comments: