From 36a5c5c8b3eb5389d1b5cf507edbbe295410129e Mon Sep 17 00:00:00 2001 From: filifa Date: Sun, 5 May 2024 00:18:44 -0500 Subject: [PATCH] fix bad playerid --- sql/halloffame.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sql/halloffame.sql b/sql/halloffame.sql index 86c4a42..dfdf5fb 100644 --- a/sql/halloffame.sql +++ b/sql/halloffame.sql @@ -33,6 +33,10 @@ where needed = '' or needed = 'NA'; update halloffame set "needed_note" = nullif("needed_note",''); +update halloffame +set "playerID" = 'kellyjo01' +where "playerID" = 'kellyho99'; + CREATE TABLE IF NOT EXISTS main."halloffame" ( "player" TEXT, "year" NUMERIC,