Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Zhidkov committed Aug 4, 2024
1 parent 020b250 commit d8ac70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ BEGIN
FROM ProductInventory PI
INNER JOIN Products P
ON PI.ProductID = P.ID
WHERE PI.WarehouseID = WerehouseID;
WHERE PI.WarehouseID = WarehouseID;
END //
DELIMITER ;

0 comments on commit d8ac70a

Please sign in to comment.