This notebook is a collection of code snippets and technical "how to" instructions.
select * from game g join team_game tg on g.id = tg.game_id group by g.id having count(g.id) > 2
No comments:
Post a Comment