Re: to_char with time - Mailing list pgsql-sql

From Aaron Bono
Subject Re: to_char with time
Date
Msg-id bf05e51c0606132127ra93b6ecv96f7085f977c5b2@mail.gmail.com
Whole thread Raw
In response to to_char with time  (chester c young <chestercyoung@yahoo.com>)
List pgsql-sql
Try select to_char(now(),'HH24:MI');

-Aaron

On 6/13/06, chester c young <chestercyoung@yahoo.com> wrote:
> 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


pgsql-sql by date:

Previous
From: chester c young
Date:
Subject: to_char with time
Next
From: "Phillip Smith"
Date:
Subject: Re: to_char with time