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 d8ac70a commit ab5bb63
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 @@ -4,7 +4,7 @@ USE ShopDB;

DELIMITER //
CREATE PROCEDURE get_warehouse_product_inventory(
IN WerehouseID INT
IN WarehouseID INT
)
BEGIN
SELECT
Expand Down

0 comments on commit ab5bb63

Please sign in to comment.