On Mon, Jul 21, 2008 at 11:47 AM, GrayShade <gra...@gm...> wrote:
> Is there any way to do something like
> order [desc t (constant date' .-. date)]
>
> in HaskellDB (i. e. sorting by an expression, not by a column).
>
There isn't. You can create a column containing the expression you'd like to
sort by, though.
Justin
|