RE: selecting on time

2002-03-06 Thread Rick_Cale
Sent by: [EMAIL PROTECTED] Subject:

RE: selecting on time

2002-03-06 Thread Witold Iwaniec
I guess you need to include the minutes as well: ... to_number(to_char(date_field, HH24:MISS')) > 14 otherwise the time 14:25:00 will not be greater than 1400 Witold > > > One way would be the following > > SELECT ... > FROM table > WHERE TO_NUMBER(TO_CHAR(date_field,'HHSS')) > 1400;

RE: selecting on time

2002-03-06 Thread Mercadante, Thomas F
cc: Sent by: Subject: selecting on time root@fatcity. com 03/06/2002 09:48 AM Please respond to ORACLE-L

Re: selecting on time

2002-03-06 Thread Rick_Cale
John Dunn fas.co.uk> cc: Sent by: Subject: s

Re: selecting on time

2002-03-06 Thread Jack van Zanen
Sent by: Subject: selecting on time

selecting on time

2002-03-06 Thread John Dunn
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 Networ