Re: Sorting by NULL values

Поиск
Список
Период
Сортировка
От Dan Langille
Тема Re: Sorting by NULL values
Дата
Msg-id 20030304150627.H38754@xeon.unixathome.org
обсуждение исходный текст
Ответ на Sorting by NULL values  (Ian Burrell <ib@onsitetech.com>)
Список pgsql-sql
On Tue, 4 Mar 2003, Ian Burrell wrote:

> Is there any standard on how sorting NULLs work?  Is there a way to
> change Postgres's behavior?  Is there a way to replace the NULLs with
> empty strings?

I think what you want may be either COALESCE or ISNULL/IFNULL or perhaps a
CASE statement.


В списке pgsql-sql по дате отправления:

Предыдущее
От: Jean-Luc Lachance
Дата:
Сообщение: Re: Forcing query to use an index
Следующее
От: Greg Stark
Дата:
Сообщение: Re: Forcing query to use an index