From 8c0cbbeeacb52e50a3fa450041468bff108d1352 Mon Sep 17 00:00:00 2001 From: beaulaton Date: Tue, 19 Nov 2024 14:38:39 +0100 Subject: [PATCH] correction du script --- insert_all_data.sql | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/insert_all_data.sql b/insert_all_data.sql index ba2876e..f9ab899 100644 --- a/insert_all_data.sql +++ b/insert_all_data.sql @@ -505,7 +505,15 @@ VALUES ('7', '7', '1', '2024-10-07', 'I find this quote very inspiring.'), ('8', '8', '1', '2024-10-08', 'I think there’s more to this than meets the eye.'), ('9', '9', '3', '2024-10-09', 'Such a powerful statement!'), -('10', '1','2', '2024-10-10', 'This is one of my favorites!') +('10', '1','2', '2024-10-10', 'This is one of my favorites!'); UPDATE Quote SET isCitationDuJour = false; + +UPDATE Quote +SET isCitationDuJour = true +WHERE id_quote = 184; + + + +