Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8372

Re: Date conversion issue

$
0
0

If your source is of type Varchar you should apply the below

 

to_char(to_date('2013.05.12','YYYY.MM.DD'),'YYYYMMDD')

 

In BODS Date format is YYYY.MM.DD.

 

If you want to store the date in a Varchar field just apply to_char on the date field and store it in your target.


Viewing all articles
Browse latest Browse all 8372

Trending Articles