move teamshalf

This commit is contained in:
2024-01-29 19:48:17 -06:00
parent aba5b75ad5
commit 4e6f000d3f
6 changed files with 36 additions and 42 deletions

View File

@@ -1,7 +0,0 @@
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;