hey there,
i m trying to get only time information of a date type variable.
i got a column in type of char, it keeps time info in hh:mm format - 5 characters
when i tried to convert it to date with to_date([variable], 'hh24:mi') it gives me a date starts with the ifrst day of current mount, year etc.
01/10/2008 14:04 for example.
i need a solution to get time info in date data type from a char column in hh:mm
thanx for ypur care...
i m trying to get only time information of a date type variable.
i got a column in type of char, it keeps time info in hh:mm format - 5 characters
when i tried to convert it to date with to_date([variable], 'hh24:mi') it gives me a date starts with the ifrst day of current mount, year etc.
01/10/2008 14:04 for example.
i need a solution to get time info in date data type from a char column in hh:mm
thanx for ypur care...
Comment