Convert a column with a timestamp in number format to date
Hi all,
I've a table with a column, format NUMBER, that contain in fact a TIMESTAMP WITH TIMEZONE.
I'm trying to convert into a date readable.
Using CAST(mycol as VARCAHR2(30)) I'm able to convert it into text. But I'm not able from here to convert it to a date.
Any date?
Thanks
S