convert yyyy mm dd to dd mm yyyy?

Answers were Sorted based on User's Feedback



convert yyyy mm dd to dd mm yyyy?..

Answer / vivek nigam

If the datatype of the input is date then you need to
convert it to Char and the you can formulate it to Date
with the new format.

to_date(to_char(<Input Field>,'dd-m-yyyy'))

Is This Answer Correct ?    2 Yes 1 No

convert yyyy mm dd to dd mm yyyy?..

Answer / jerry

to_date(to_char(Field_Name,'dd-mm-yyyy'),'dd/mm/yyyy');

Is This Answer Correct ?    2 Yes 1 No

convert yyyy mm dd to dd mm yyyy?..

Answer / nish

Can also use ICONV

Is This Answer Correct ?    0 Yes 0 No

convert yyyy mm dd to dd mm yyyy?..

Answer / ashok

using field we can cut yyyy,mm,dd as separate and using
concat we can combine as dd mm yyyy

Is This Answer Correct ?    4 Yes 6 No

Post New Answer

More Data Stage Interview Questions

how can we perform the 2nd time extraction of client database without accepting the data which is already loaded in first time extraction

1 Answers   Reliance,


what is the definitions for Datawarehose and Datamart?

4 Answers  


How can we run same job in 1 day 2 times

4 Answers   IBM,


What is difference between server jobs & parallel jobs?

0 Answers  


Can you explain link buffering?

0 Answers  






How can i approach to write datastage 7.5 Certification? and how much they will charge for examination .What exactly should i do? Can anyone guide me plz?

2 Answers  


How to manage date conversion in Datastage?

0 Answers  


what is sparse lookup?

7 Answers   IBM,


Hai..,This is Kiran M. What is D/B Change Capture stage and Difference stage?

2 Answers  


How we can covert server job to a parallel job?

0 Answers  


How complex jobs are implemented in datstage to improve performance?

0 Answers  


what is use of SDR function?

0 Answers   CGI,


Categories