Re: More time manipulation..

From: Frank Bax <fbax(at)sympatico(dot)ca>
To: "Williams, Travis L, NPONS" <tlw(at)att(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: More time manipulation..
Date: 2002-11-18 19:16:50
Message-ID: 5.1.1.6.0.20021118141434.02ad86e0@pop6.sympatico.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

select (Current_Date + interval '7 days')::date

At 02:07 PM 11/18/02, Williams, Travis L, NPONS wrote:

>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 and pull out the individual
>parts and put it back together.. but it looks like I'm missing something..
>
>Thanks,
>
>Travis
>
>---------------------------(end of broadcast)---------------------------
>TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

Browse pgsql-general by date

  From Date Subject
Next Message Gregory Seidman 2002-11-18 19:19:31 Re: More time manipulation..
Previous Message Williams, Travis L, NPONS 2002-11-18 19:07:42 More time manipulation..