find/replaces spaces so hashtags work better
This commit is contained in:
@@ -5,9 +5,9 @@ select
|
|||||||
json ->> 'description',
|
json ->> 'description',
|
||||||
json ->> 'halfInning',
|
json ->> 'halfInning',
|
||||||
json ->> 'inning',
|
json ->> 'inning',
|
||||||
json ->> 'awayTeam',
|
replace(json ->> 'awayTeam', ' ', ''),
|
||||||
json ->> 'awayScore',
|
json ->> 'awayScore',
|
||||||
json ->> 'homeTeam',
|
replace(json ->> 'homeTeam', ' ', ''),
|
||||||
json ->> 'homeScore'
|
json ->> 'homeScore'
|
||||||
from plays
|
from plays
|
||||||
where
|
where
|
||||||
|
|||||||
Reference in New Issue
Block a user