|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi Guys,
I want to extract rows from a oracle table where data entry time is(field called entrytime) >= 00 hrs yesterday and entytime < 1200 hrs today How do I do this? |
|
#2
|
|||
|
|||
|
'and entytime < 1200 hrs today' is:
where entytime > sysdate - (1/24 * 1200) Cheers, Dan |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > Date/Time Problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|