3 lines
75 B
SQL
3 lines
75 B
SQL
|
|
|
||
|
|
SELECT avgCost FROM Stock_Balance
|
||
|
|
WHERE ProductId = 1 And inventoryId = 1;
|