$ 0 0 You may try to cast the string value to date format... cast (string_value as date format 'YYYY/MM/DD') Since you have 4/6/2013 you could concatenate a zero (0) to the first character...and then apply cast... Regards
You may try to cast the string value to date format...
cast (string_value as date format 'YYYY/MM/DD')
Since you have 4/6/2013 you could concatenate a zero (0) to the first character...and then apply cast...
Regards