Group by and count query
Hi,
Just got to start to say thanks for creating this awesome library. It seems really cool so far
I was having a bit of trouble with what seems like a simple SQL query with group by. In Ecto I would write the query like this:
After a bit of digging, the best way I found was creating a custom action and gabbing the
Just got to start to say thanks for creating this awesome library. It seems really cool so far
I was having a bit of trouble with what seems like a simple SQL query with group by. In Ecto I would write the query like this:
After a bit of digging, the best way I found was creating a custom action and gabbing the
data_layer_query and falling back to Ecto. Is this the best/only way to go, or is there a better alternative?