Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to order by hours and minutes of a date column?

Re: How to order by hours and minutes of a date column?

From: Paashaas <paashaas_at_casema.net>
Date: Tue, 22 Jun 1999 23:24:19 +0200
Message-ID: <7koun7$ibg$1@news.casema.net>


1 select to_char( created, 'dd-mon-yyyy hh24:mi' ) from user_objects 2* order by 1

                    ^^


Received on Tue Jun 22 1999 - 16:24:19 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US