/ Published in: SQL
This Oracle SQL snippet converts an Oracle SQL DATE to a STRING in the form CCYYMMDD.
Expand |
Embed | Plain Text
TO_CHAR(date1,'YYYYMMDD')
You need to login to post a comment.
This Oracle SQL snippet converts an Oracle SQL DATE to a STRING in the form CCYYMMDD.
TO_CHAR(date1,'YYYYMMDD')
You need to login to post a comment.