Files
psp_api/queries/Query_1.sql
T

3 lines
75 B
SQL
Raw Normal View History

SELECT avgCost FROM Stock_Balance
WHERE ProductId = 1 And inventoryId = 1;