Also, you should never store a date or time as characters. They should ALWAYS be stored as a date column. If they are already a date, then the column already contains the date and time. If you are on a later version of the database, setup a virtual column containing an actual date column. It could then be used for reporting and sorting purposes.
Bill
Lead Application Developer
New York State, USA
Select TO_CHAR(Hours) || ':' || TO_CHAR(Minutes) As MyTime From Sometable
Or use a TO_DATE statement to convert to that data format.
==================================
adaptive uber info galaxies (bigger, better, faster, and more adept than cognitive innovative agile big data clouds)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.