More time manipulation..

Поиск
Список
Период
Сортировка
От Williams, Travis L, NPONS
Тема More time manipulation..
Дата
Msg-id AB815D267EC31A4693CC24D234F8291602EE4DC8@ACCLUST02EVS1.ugd.att.com
обсуждение исходный текст
Ответы Re: More time manipulation..  (Gregory Seidman <gss+pg@cs.brown.edu>)
Список pgsql-general
If I do "select Current_Date".. I get something like:
2002-11-25
if I do "select Current_Date + interval '7 days'; I get:
2002-11-25 00:00:00-06
is there any way to get it to only return the parts I'm passing it (all I want is the date).. I know I can do date_part
andpull out the individual parts and put it back together.. but it looks like I'm missing something.. 

Thanks,

Travis

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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: Authorise root as postgres
Следующее
От: Frank Bax
Дата:
Сообщение: Re: More time manipulation..