Guest User

Untitled

a guest
May 21st, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. @Query("SELECT sum(scoreTeam1) AS scoreT1, sum(scoreTeam2) AS scoreT2
  2. FROM Score WHERE Score.matchId=:matchId
  3. GROUP BY Score.matchId")
  4. fun getEndOfMatchScore(matchId: Long) : Cursor
Add Comment
Please, Sign In to add comment