I need to summerize every field in a table.
# orm-help
h
I need to summerize every field in a table.
r
h
Yeah, but then every field will be called "_sum" right?
I need to rename them as i can i SQL
SUM(field) as field
Is there a match any? Or do i need to specify every column manually?
r
Currently changing response field names is not possible and we have a request for that here. It would be great if you could add a 👍 so that we can look at the priority.