split up ohtani position row

This commit is contained in:
filifa
2025-08-06 18:47:41 -04:00
parent 6e17945d33
commit 7ebd375743

View File

@@ -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,