It should be something like: ```UserTable .slice(UserTable.id, UserTable.version.max()) .sel...
d
It should be something like:
Copy code
UserTable
    .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