/ Published in: SQL
use this to convert the oracle time stamp into a character.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
SELECT TO_CHAR(CURRENT_TIMESTAMP,'YYYYMMDDHH24MISSFF') FROM dual; RESULT: ------ 20100701162937883230
URL: http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/functions180.htm