Subject Re: [firebird-support] how to put null at the end in oder by ASC
Author Markus Ostenried
On Tue, Aug 30, 2011 at 10:20, Vander Clock Stephane
<svanderclock@...> wrote:
> Hello,
>
> 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

Howdy,
maybe this helps:

select xxx from tbl order by xxx asc NULLS FIRST

Bye,
Markus