type conversion between text and timestamp

Поиск
Список
Период
Сортировка
От Alex Cheung Tin Ka
Тема type conversion between text and timestamp
Дата
Msg-id 00f201c236b6$adc323b0$6a44a8c0@alexpc
обсуждение исходный текст
Список pgsql-general
Dear All,
    I would like to know how to convert a text string to timestamp in pgsql 7.2:
 
    e.g. "July 26, 2002 16:00" or "December 25, 2002 11:30"
 
    I have use the to_timestamp('December 25, 2002 11:30', 'Month DD, YYYY HH24:MI') but seems not work.
 
    Do you have any other suggestion on this ?
 
Alex

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Is this query possible in PostgreSQL ?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Is this query possible in PostgreSQL ?