Convert Date to Long
448590Mar 17 2009 — edited Mar 17 2009Hallo,
can I convert a date to long?
Or can I convert a date to a number? I already tried this but I get the ora:01722. And don't know why.
SELECT
LASTCHANGE,
to_number(to_char(LASTCHANGE,'MM/DD/JJJJ HH24:MI:SS')) test
FROM table1;
Thanks