O Postgres trata um groupby como sendo uma tabela, ou seja, não há como utilizar limit ou offset para cada...
Quando nomeando campos em entidades gerenciadas do GORM é aconselhado não usar nenhuma palavra reservada para SQL, nomes como table...
Best results in other decks
Say we want to filter a table matching pairs of values. E.g. For each account we want to select all...
You can use #from to build sub-queries... Useful when you want to chain on a scope that uses SELECT...