My source is this
year
01/jun/2014
04/may/2015
09/mar/2017
my desired output is
day month ye
01 jun 2014
04 may 2015
09 mar 2017
how do i acheive this
Answers were Sorted based on User's Feedback
Answer / kumar
use reg_extract
refer this link
https://etltechsolutions.wordpress.com/2016/06/01/using-reg_extract/
its has the logic u need to change a bit as you have char as month.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / isha
to_char(to_date(Date, 'dd/mon/yyyy'), 'dd mon yyyy')
| Is This Answer Correct ? | 0 Yes | 0 No |
Name the different lookup cache(s)?
How to load query faster,so that It will take less time to load?
How can repository reports be accessed without sql or other transformations?
what is the hint? how to use it to reduce the query processing in program?
what are the settiings that u use to cofigure the joiner transformation?
i have 5 session (s1,s,2,s3,s4,s5)i want to execute first 4 session after 5th session how will you do?
Differentiate between router and filter transformation?
How did you handle performance issues If you have data coming in from multiple sources, just walk thru the process of loading it into the target
How to display null values on a target & non-null values on a target?
Define mapping and session?
How you know when to use a static cache and dynamic cache in lookup transformation?
What do you mean by worklet?