Re: to_char with time

From: "Phillip Smith" <phillips(at)weatherbeeta(dot)com(dot)au>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: to_char with time
Date: 2006-06-14 04:27:41
Message-ID: 007901c68f6a$f8c89c80$9b0014ac@ITPhil
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Try using current_timestamp instead of current_time. This works for me in a
SELECT:

to_char(current_timestamp + '1 MONTH AGO', 'YYMM') as 'reference'

Cheers,

-p

-----Original Message-----
From: pgsql-sql-owner(at)postgresql(dot)org [mailto:pgsql-sql-owner(at)postgresql(dot)org]
On Behalf Of chester c young
Sent: Wednesday, 14 June 2006 2:10 PM
To: pgsql-sql(at)postgresql(dot)org
Subject: [SQL] to_char with time

this does not work: select to_char(current_time,'HH24:MI')

what am I missing? is it possible to format a time column in a select?

thanks,
stumped, aka, chester

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

*******************Confidentiality and Privilege Notice*******************

The material contained in this message is privileged and confidential to
the addressee. If you are not the addressee indicated in this message or
responsible for delivery of the message to such person, you may not copy
or deliver this message to anyone, and you should destroy it and kindly
notify the sender by reply email.

Information in this message that does not relate to the official business
of Weatherbeeta must be treated as neither given nor endorsed by Weatherbeeta.
Weatherbeeta, its employees, contractors or associates shall not be liable
for direct, indirect or consequential loss arising from transmission of this
message or any attachments

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Oleg Bartunov 2006-06-14 07:07:41 Re: Efficient Searching of Large Text Fields
Previous Message Aaron Bono 2006-06-14 04:27:12 Re: to_char with time