Re: Combine Date and Time Columns to Timestamp

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Combine Date and Time Columns to Timestamp
Дата
Msg-id 50F9F178.4000307@gmail.com
обсуждение исходный текст
Ответ на Re: Combine Date and Time Columns to Timestamp  (Rich Shepard <rshepard@appl-ecosys.com>)
Список pgsql-general
On 01/18/2013 04:26 PM, Rich Shepard wrote:
> On Fri, 18 Jan 2013, Adrian Klaver wrote:
>
>> How are they stored, as date and time type, strings, other?
>
> Adrian,
>
>    ISO date and time.
>
>> A sample of the data would help also.
>
>    Example:  2012-10-29  |  10:19   | 2012-10-30  | 09:40

Realized this would be a better form:

test=> SELECT ('2012-10-29'|| ' ' || '10:19')::timestamp;

>
> Rich
>
>
>


--
Adrian Klaver
adrian.klaver@gmail.com


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

Предыдущее
От: Jasen Betts
Дата:
Сообщение: Re: SELECT * and column ordering
Следующее
От: Jasen Betts
Дата:
Сообщение: Re: Update rule on a view - what am I doing wrong