Durdin
01/09/2024, 9:58 AMUserTable
.slice(UserTable.id, UserTable.version.max())
.selectAll()
.groupBy(UserTable.versionGroupID)
.toList()
But it get all that time that UserTable.id
must be included on the group by, but if i do that the group by goes wrong