Tom,

Ooops, Yes I did!!!

Thanks
Rick


                                                                                       
                                          
                    "Mercadante, Thomas F"                                             
                                          
                    <[EMAIL PROTECTED]        To:     Multiple recipients of 
list ORACLE-L <[EMAIL PROTECTED]>       
                    ate.Ny.Us>                         cc:                             
                                          
                    Sent by: [EMAIL PROTECTED]          Subject:     RE: selecting on 
time                                        
                                                                                       
                                          
                                                                                       
                                          
                    03/06/2002 11:48 AM                                                
                                          
                    Please respond to ORACLE-L                                         
                                          
                                                                                       
                                          
                                                                                       
                                          




Rick,

don't you mean:

SELECT ...
FROM table
WHERE TO_NUMBER(TO_CHAR(date_field,'HH24SS')) > 1400;
                                      ==
                                      ^^

:)

Tom Mercadante
Oracle Certified Professional


-----Original Message-----
Sent: Wednesday, March 06, 2002 10:28 AM
To: Multiple recipients of list ORACLE-L



One way would be the following

SELECT ...
FROM table
WHERE TO_NUMBER(TO_CHAR(date_field,'HHSS')) > 1400;

Rick




                    John Dunn

                    <john.dunn@se        To:     Multiple recipients of
list
ORACLE-L <[EMAIL PROTECTED]>
                    fas.co.uk>           cc:

                    Sent by:             Subject:     selecting on time

                    root@fatcity.

                    com





                    03/06/2002

                    09:48 AM

                    Please

                    respond to

                    ORACLE-L









I need to do a select based upon the time element in a date column.
i.e, eg where the time is greater than 14:00

Can anyone provide an example of how to do this?

John
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: John Dunn
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).




--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author:
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Mercadante, Thomas F
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).




-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to