SubQueryString extension

Extension methods for subqueries projected to a String expression.

on

Methods

max() Expr<String?>

Available on SubQuery<(Expr<String?>)>, provided by the SubQueryString extension

Take the largest row of the rows in this query using the MAX aggregate function.
min() Expr<String?>

Available on SubQuery<(Expr<String?>)>, provided by the SubQueryString extension

Take the smallest row of the rows in this query using the MIN aggregate function.