Subject | Re: [firebird-support] how to put null at the end in oder by ASC |
---|---|
Author | Markus Ostenried |
Post date | 2011-08-30T19:03:49Z |
On Tue, Aug 30, 2011 at 10:20, Vander Clock Stephane
<svanderclock@...> wrote:
maybe this helps:
select xxx from tbl order by xxx asc NULLS FIRST
Bye,
Markus
<svanderclock@...> wrote:
> Hello,Howdy,
>
> 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
maybe this helps:
select xxx from tbl order by xxx asc NULLS FIRST
Bye,
Markus