date functions

Поиск
Список
Период
Сортировка
От Johnson, Shaunn
Тема date functions
Дата
Msg-id 73309C2FDD95D11192E60008C7B1D5BB0452DE20@snt452.corp.bcbsm.com
обсуждение исходный текст
Ответы Re: date functions
Re: date functions
Список pgsql-general

Howdy:

Silly question.  I want to display the date from
my table in other formats.  Is this possible?

For example, I have this:

[example]

    date
------------
 2000-01-07
 
[/example]

And I want this:

[example]

    date
------------
 20000107

[/example]

And maybe this:

[example]

    date
------------
 01/07/2001

[/example]
 

Any suggestions?  Thanks!

-X

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: timestamp weirdness
Следующее
От: "Johnson, Shaunn"
Дата:
Сообщение: SQL logic