There was an error. The statement was:
select t.game,gamedate,gametime at time zone 'America/Los_Angeles',roadteam,hometeam, tv,roadscore,homescore,ot,tsnid,attendance, rp.period1,rp.period2,rp.period3, hp.period1,hp.period2,hp.period3, espnid,nhlid from nhl2020playoffs t join periods2020playoffs rp on (t.game=rp.game and t.roadteam=rp.team) join periods2020playoffs hp on (t.game=hp.game and t.hometeam=hp.team) where gamedate = date 'today' + interval '1 days' order by gametimestamp,t.gameThe error was:
ERROR: relation "nhl2020playoffs" does not exist LINE 6: from nhl2020playoffs t ^
Other links:
View sources for hockey data
View todo/bug list
Return to the main hockey page
Go to our home page