Hopefully a simple question. I have a table `Move...
# orm-help
a
Hopefully a simple question. I have a table
Move
which has
matchId
and
playerId
(among other things). I want to get all the moves for both players from the
matchId
but I'm struggling to write the prisma query. DB is SQLite