Re: Database Time Problem

From: Rainer Bielefeld <Rainer.Bielefeld_at_tui.de>
Date: Fri, 26 Mar 1999 13:43:09 +0100
Message-ID: <36FB80DD.9177F8C1_at_tui.de>


Hello Ken,

it should be:

select to_char(sysdate, 'HH:MI:SS AM') from dual;

Rainer

Ken Halsted wrote:
>
> I'm wondering why when I issue the following command that I keep getting the
> same MINUTE portion of time.
>
> select to_char(sysdate,'HH:MM:SS AM')
> from dual
>
> Every time I issue this command, the Seconds change but the Minutes are
> staying the same. I don't know about the Hour yet but, does anyone know
> what's going on?
>
> Ken.
Received on Fri Mar 26 1999 - 13:43:09 CET

Original text of this message