Retrieve probable starters for a given MLB game
mlb_probables(game_pk)
game_pk
: The unique game_pk identifier for the gameReturns a tiible that includes probable starting pitchers and the home plate umpire for the game_pk
requested including the following columns:
col_name | types |
game_pk | integer |
game_date | character |
fullName | character |
id | integer |
team | character |
team_id | integer |
home_plate_full_name | character |
home_plate_id | integer |
try(mlb_probables(566001))
Useful links