SubQueryString extension
Extension methods for subqueries projected to a String expression.
Methods
-
max(
) → Expr< String?> -
Available on SubQuery<
Take the largest row of the rows in this query using the(Expr< , provided by the SubQueryString extensionString?> )>MAX
aggregate function. -
min(
) → Expr< String?> -
Available on SubQuery<
Take the smallest row of the rows in this query using the(Expr< , provided by the SubQueryString extensionString?> )>MIN
aggregate function.