Re: dates and selection

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: dates and selection
Дата
Msg-id 200508182118.21267.josh@agliodbs.com
обсуждение исходный текст
Ответ на dates and selection  ("Joel Fradkin" <jfradkin@wazagua.com>)
Список pgsql-sql
Joel,

> Now I found I had to do something like this just to have a timestamp
> (problem is I do not want the format of the time stamp, my clients want to
> see the month as a string)

Um, what's wrong with:

to_char(some_timestamp, 'Mon DD YYYY HH:MI:SS') 

?

-- 
Josh Berkus
Aglio Database Solutions
San Francisco


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

Предыдущее
От: "Dmitri Bichko"
Дата:
Сообщение: Re: SQL CASE Statements
Следующее
От: "Simon Kinsella"
Дата:
Сообщение: PGSQL function for converting between arbitrary numeric bases?