diff --git a/shop.sql b/shop.sql index 2cbea62..1b036d8 100644 --- a/shop.sql +++ b/shop.sql @@ -142,6 +142,6 @@ begin from product p where p.id = new.product_id ); -END; +end; // -DELIMITER ; \ No newline at end of file +delimiter; \ No newline at end of file