hook icon indicating copy to clipboard operation
hook copied to clipboard

allow clients to count & group

Open endel opened this issue 11 years ago • 1 comments

The following example doesn't work in any client:

SELECT `gender`, COUNT(*) FROM `auth` GROUP BY `gender`;

JavaScript client code example:

client.collection('auth').group("gender").count()

endel avatar Jul 28 '14 18:07 endel

It seems a problem with query grammars on Illuminate/Database: https://github.com/laravel/framework/issues/4306

endel avatar Jul 30 '14 21:07 endel