/ Published in: SQL
This Oracle SQL snippet converts an Oracle SQL DATE to a STRING in the form CCYYMMDD.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
TO_CHAR(date1,'YYYYMMDD')