fix silver slugger typo
This commit is contained in:
parent
e3288708a6
commit
834914eca8
|
@ -31,6 +31,10 @@ union
|
||||||
select distinct yearid, awardid, lgID
|
select distinct yearid, awardid, lgID
|
||||||
from "raw".awardsplayers;
|
from "raw".awardsplayers;
|
||||||
|
|
||||||
|
update yearlyawards
|
||||||
|
set award = 'Silver Slugger'
|
||||||
|
where award = 'SIlver Slugger';
|
||||||
|
|
||||||
create table if not exists main."yearlyawards" (
|
create table if not exists main."yearlyawards" (
|
||||||
"year" numeric,
|
"year" numeric,
|
||||||
"award" text,
|
"award" text,
|
||||||
|
|
Loading…
Reference in New Issue