On Thu, 2004-02-12 at 05:06, Fredrik Wendt wrote:> Hi!> > I read posts telling me that NULL values are considered greater than> non-null values. Fine. Is there a way to explicitly reverse this?
ORDER BY column IS NOT NULL, column ASC;