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 ...
確定! 回上一頁