fix George Frazier's info
This commit is contained in:
parent
7900c660a6
commit
e34da70285
|
@ -31,6 +31,13 @@ insert into people values
|
||||||
delete from people
|
delete from people
|
||||||
where playerID = 'kellyho99';
|
where playerID = 'kellyho99';
|
||||||
|
|
||||||
|
delete from people
|
||||||
|
where playerID = 'frazge99';
|
||||||
|
|
||||||
|
update people
|
||||||
|
set bbrefID = 'frazege99'
|
||||||
|
where playerID = 'frazege99';
|
||||||
|
|
||||||
update people
|
update people
|
||||||
set
|
set
|
||||||
birthcountry = nullif(birthcountry, ''),
|
birthcountry = nullif(birthcountry, ''),
|
||||||
|
|
Loading…
Reference in New Issue