Re: Sort by foreign date column

Поиск
Список
Период
Сортировка
От Mike Mascari
Тема Re: Sort by foreign date column
Дата
Msg-id 3B8226D8.146DBFD7@mascari.com
обсуждение исходный текст
Ответ на Re: Sort by foreign date column  ("omid omoomi" <oomoomi@hotmail.com>)
Список pgsql-general
omid omoomi wrote:
>
> and how about this:
>
> SELECT TO_CHAR(chdate, 'DD-MM-YYYY')
> FROM mytable
> ORDER BY chdate::date;

Yes, but Andrey says that the chdate field is declared as a date:

> > > > On Tue, 21 Aug 2001, Andrey Y. Mosienko wrote:
> > > >
> > > > >
> > > > > I have table with date type column:
                            ^^^^
> > > > >
> > > > > chdate date;

so if that is the case, something is broken.

Mike Mascari
mascarm@mascari.com

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

Предыдущее
От: "omid omoomi"
Дата:
Сообщение: Re: Sort by foreign date column
Следующее
От: "Jim Buttafuoco"
Дата:
Сообщение: Re: Is it possible to work with big databases (up to 10Gb) under Postgres?