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,