Re: [GENERAL] scheduling table design

Поиск
Список
Период
Сортировка
От Patrick Welche
Тема Re: [GENERAL] scheduling table design
Дата
Msg-id 20000225155424.A5764@quartz.newn.cam.ac.uk
обсуждение исходный текст
Ответ на RE: [GENERAL] scheduling table design  (<kaiq@realtyideas.com>)
Ответы Re: [GENERAL] scheduling table design
Список pgsql-general
On Fri, Feb 25, 2000 at 09:56:59AM -0600, kaiq@realtyideas.com wrote:
>
> do not use date, use datetime. why? it's sql92 standard (another
> good reason: M$sql only has datetime :-). A lot of useful functions
> only apply to datetime, not date.

On a side note: if I have a date d and a time t column, how can I combine them
into a single datetime dt column? Simply
insert into foo (dt) select (d+t)::datetime ?

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

Предыдущее
От:
Дата:
Сообщение: RE: [GENERAL] scheduling table design
Следующее
От:
Дата:
Сообщение: Re: [GENERAL] scheduling table design