Converting Binary to date
558301Jul 19 2010 — edited Jul 19 2010Hello Experts,
I have a table , having one column called Timestamp with Data Type Binary(8) .
How can I convert this column with the binary data type to date type for we suppose this column is containing a Date type value.
Output sample:
SELECT ACCOUNT_CLASS , TIME_STAMP FROM account ; ===> 25, 4C3B718800041221
Thanks