From 4f8694bfb90f298a7f538c143ae3d07cf78d637d Mon Sep 17 00:00:00 2001 From: Nick Griffey Date: Tue, 30 Jan 2024 20:30:24 -0600 Subject: [PATCH] correction --- sql/allstarstartingpos.sql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sql/allstarstartingpos.sql b/sql/allstarstartingpos.sql index d4cb097..806b093 100644 --- a/sql/allstarstartingpos.sql +++ b/sql/allstarstartingpos.sql @@ -10,9 +10,12 @@ update allstarstartingpos set gamenum = 2 where gameid = 'NLS196207300'; +-- rocky colavito was a reserve, not starter +delete from allstarstartingpos +where gameid = 'ALS196207100' and playerid = 'colavro01'; + alter table allstarstartingpos drop column "gameID"; alter table allstarstartingpos drop column "teamid"; -alter table allstarstartingpos drop column "lgID"; alter table allstarstartingpos drop column "gp"; update allstarstartingpos