split up ohtani position row
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user