Magidoc

users_aggregate
Query

fetch aggregated fields from the table: "users"

Arguments

#

distinct_on

distinct select on columns

limit

limit the nuber of rows returned

offset

skip the first n rows. Use only with order_by

order_by

sort the rows by one or more columns

where

filter the rows returned

Response

#

Returns users_aggregate !.

Example

#