remove rank column from managershalf
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
begin;
|
begin;
|
||||||
alter table managershalf drop column "lgID";
|
alter table managershalf drop column "lgID";
|
||||||
|
alter table managershalf drop column "rank";
|
||||||
commit;
|
commit;
|
||||||
|
|||||||
7
sql/corrections/teamshalf.sql
Normal file
7
sql/corrections/teamshalf.sql
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
begin;
|
||||||
|
insert into teamshalf
|
||||||
|
select yearid, null, teamid, half, null, null, "rank", sum(g), sum(w), sum(l)
|
||||||
|
from managershalf
|
||||||
|
where yearid = 1892
|
||||||
|
group by yearid, teamid, half;
|
||||||
|
commit;
|
||||||
Reference in New Issue
Block a user