fix bad playerid

This commit is contained in:
filifa 2024-05-05 00:18:44 -05:00
parent 834914eca8
commit 36a5c5c8b3
1 changed files with 4 additions and 0 deletions

View File

@ -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,