I have dates in a table saved in varchar2 field, oracle database.
Example
6/30/2012 6/30/2013
I'm trying to extract year. Any ideas for extracting year other than using substr function?
I have dates in a table saved in varchar2 field, oracle database.
Example
6/30/2012 6/30/2013
I'm trying to extract year. Any ideas for extracting year other than using substr function?