I have two fields with timestamps type, time_in and time_out.
For example:
time_out = 02-MAY-11 07.30.00.000000 PM and
time_in = 02-MAY-11 07.57.00.000000 AM
I want to get the different HOURS from that timestamps field.
How to do that,.?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Is this what you’re looking for? Extract also works on intervals (which is what a direct subtraction between two timestamps gives you).