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,