diff --git a/plays/postplays.sql b/plays/postplays.sql index 7222670..bf8bd0a 100644 --- a/plays/postplays.sql +++ b/plays/postplays.sql @@ -5,9 +5,9 @@ select json ->> 'description', json ->> 'halfInning', json ->> 'inning', -json ->> 'awayTeam', +replace(json ->> 'awayTeam', ' ', ''), json ->> 'awayScore', -json ->> 'homeTeam', +replace(json ->> 'homeTeam', ' ', ''), json ->> 'homeScore' from plays where