Created
May 16, 2016 06:27
-
-
Save LeeZee1/0a47e76cfe1820ec59a2eb9c8fd61dec to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ALTER TABLE starting_pitcher_stats ADD COLUMN std_FIPm1 DOUBLE; | |
UPDATE starting_pitcher_stats SET std_FIPm1 = (std_FIP + (std_FIP - (std_FIP*(std_F_parkfactor/100))))/(std_lg_FIP)*100; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment