Closed ClimbsRocks closed 9 years ago
to do this, we'll have to group by user.id, and then probably select the max of the rest of the non-grouped columns.
figured this out. you need to group by the user.id and then select the max of the activeRepos column.
to do this, we'll have to group by user.id, and then probably select the max of the rest of the non-grouped columns.