Add SQL query for average cost retrieval and generate TriggerLog model
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
|
||||
SELECT avgCost FROM Stock_Balance
|
||||
WHERE ProductId = 1 And inventoryId = 1;
|
||||
Reference in New Issue
Block a user