In an ORACLE database, I have 2 fields
Categorization_Hours_Due, datatype integer, and
Categorization_Minutes_Due, also an integer.
I want to convert these to a datetime.
For example: Categorization_Hours_Due = 16
Categorization_Minutes_Due = 52
As a Timestamp, I want 16:52PM
I am using TOAD.
Thank you.
Categorization_Hours_Due, datatype integer, and
Categorization_Minutes_Due, also an integer.
I want to convert these to a datetime.
For example: Categorization_Hours_Due = 16
Categorization_Minutes_Due = 52
As a Timestamp, I want 16:52PM
I am using TOAD.
Thank you.