Dear guys. I am trying to covert a string to date format. this field is suppose to be a date field but it is a char.
this is what I did.....
to_date(max(date_last_seen)last_att
values in the field are eg. 01/02/05
this is the error msg I get "ORA-01843: not a valid month"
can anyone help. thanks
this is what I did.....
to_date(max(date_last_seen)last_att
values in the field are eg. 01/02/05
this is the error msg I get "ORA-01843: not a valid month"
can anyone help. thanks