From baa934ee6b3e5ac7733394228e1121331a7b313e Mon Sep 17 00:00:00 2001 From: Andrea Fiorencis Date: Fri, 20 Mar 2026 11:34:00 +0100 Subject: [PATCH] fix typo su inserimento dati tabella categories --- base_db.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_db.sql b/base_db.sql index e5b3afc..feda2d2 100644 --- a/base_db.sql +++ b/base_db.sql @@ -47,4 +47,4 @@ CREATE TABLE OrderItems( -- INSERIMENTO DATI INSERT INTO Categories(Name) VALUES -('Elettronica'),('Networking'),('Telefonia') \ No newline at end of file +('Elettronica'),('Networking'),('Telefonia'); \ No newline at end of file