How to convert the SYSDATE to number?
620516Feb 24 2009 — edited Feb 25 2009Hi,
How to convert the SYSDATE to number?
For example :
1. It is in number 39867.3671
Now I convert to date
SELECT TO_DATE('01011900','ddmmyyyy')+39867.3671 FROM DUAL
Result : 25/02/2009 08:48:37
How to convert the above date to number ? and SYSDATE to number?
Please reply
Thanks
Nihar