Subject | Re: [firebird-support] how to put null at the end in oder by ASC |
---|---|
Author | Mark Rotteveel |
Post date | 2011-08-30T20:17:49Z |
On Tue, 30 Aug 2011 12:20:56 +0400, Vander Clock Stephane
<svanderclock@...> wrote:
ORDER BY field ASC NULLS LAST
See also section Sorts in
http://www.firebirdsql.org/pdfmanual/Firebird-Null-Guide.pdf
<svanderclock@...> wrote:
> Hello,Something like:
>
> how to put the num value at the end of the result (and not at the
> beginning) when we are doing
>
> select xxx order by xxx ASC
ORDER BY field ASC NULLS LAST
See also section Sorts in
http://www.firebirdsql.org/pdfmanual/Firebird-Null-Guide.pdf