Baseball Box Score Research DatabaseThe database contains data for games played from 1956 through 2006; and can be helpful in narrowing the box scores that you'll need to search through by providing you with a list of games where a certain set of events have occurred. Here is some of the information that you will get when you query the database(the information you get is not detailed. Detailed information is available in our box score booklets):
You can query the database in two way: using the predefined CONDITIONS query or in FREEHAND query mode. Predefined CONDITIONS Query ModeIn predefined CONDITIONS query mode, you choose from a list of CONDITIONS.
As you pick a condition, you will be prompted to provide a value for that condition. For instance, if you choose Visiting team as a condition, you will be prompted to pick a corresponding value from a list of teams. |
The CONDITION and its associated VALUE (i.e.: Visiting Team = 'New York Yankees') will be displayed in the SELECTED CONDITIONS box.
As you continue to choose CONDITIONS, they will be added to the SELECTED CONDITIONS box. When you have added all the conditions you need for your query, click the SUBMIT QUERY button to get the results of your query. |
Your results will be returned in the format displayed below - one for each game that matches your query.
FREEHAND Query Mode To use the FREEHAND query mode, you must have an understanding of SQL (Sequential Query Language). This mode will allow you to access all the available fields in the database and perform more complex queries. Your result(s) will be returned in the same format as they are in the CONDITIONS query mode. Below are a few sample queries that anyone can use in FREEHAND query mode. Just click on the link to go to the FREEHAND query page. Make adjustments to the query there or just click the SUBMIT button to get the results.
((h_start_pitcher_name = 'Don Drysdale' AND h_pused =1 AND vscore=0) OR (v_start_pitcher_name = 'Don Drysdale' AND v_pused = 1 AND hscore=0)) AND syear = 1968
To use your own queries, click the button below to access FREEHAND query mode.
|