find/replaces spaces so hashtags work better
This commit is contained in:
parent
72aa69088a
commit
120604c131
plays
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue