fix angels team id

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

View File

@ -81,6 +81,10 @@ update appearances
set GS = 135 set GS = 135
where yearid = 2023 and teamid = 'ANA' and playerid = 'ohtansh01'; where yearid = 2023 and teamid = 'ANA' and playerid = 'ohtansh01';
update appearances
set teamid = 'LAA'
where teamid = 'ANA' and yearid >= 2005;
update appearances update appearances
set set
"G_all" = nullif("G_all",''), "G_all" = nullif("G_all",''),