From 7ebd375743465c2eaad6c51ba6b361fd1e22dd88 Mon Sep 17 00:00:00 2001 From: filifa Date: Wed, 6 Aug 2025 18:47:41 -0400 Subject: [PATCH] split up ohtani position row --- sql/allstarstartingpos.sql | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sql/allstarstartingpos.sql b/sql/allstarstartingpos.sql index 17f7807..24481de 100644 --- a/sql/allstarstartingpos.sql +++ b/sql/allstarstartingpos.sql @@ -54,6 +54,15 @@ where startingpos = ''; delete from allstarstartingpos where startingpos is null; +insert into allstarstartingpos +values + ('ohtansh01', 2021, 0, 'AL', 1), + ('ohtansh01', 2021, 0, 'AL', 10) +; + +delete from allstarstartingpos +where startingpos = '1;10'; + CREATE TABLE "allstarstartingpos" ( "player" NUMERIC, "year" NUMERIC,