fix angels team id
This commit is contained in:
parent
36a5c5c8b3
commit
0664890751
|
@ -81,6 +81,10 @@ update appearances
|
|||
set GS = 135
|
||||
where yearid = 2023 and teamid = 'ANA' and playerid = 'ohtansh01';
|
||||
|
||||
update appearances
|
||||
set teamid = 'LAA'
|
||||
where teamid = 'ANA' and yearid >= 2005;
|
||||
|
||||
update appearances
|
||||
set
|
||||
"G_all" = nullif("G_all",''),
|
||||
|
|
Loading…
Reference in New Issue