Subject | RE: [firebird-support] How To Display Null Values At the End For More Than One Columns Specified in Order By Clause? |
---|---|
Author | Svein Erling Tysvær |
Post date | 2015-03-12T13:28:33Z |
>Table values are as you shown:Is this how you want them, or is this how they are? Please show us
>
>MyTable
>FieldA FieldB FieldC
>1 2 3
>1 2 <null>
>1 <null> 2
>2 3 4
>2 <null> <null>
><null> 2 3
a) Your query (including the PLAN and definitions of the indexes used)
b) (Parts of) the result you get
c) The result you want
Set