I tried it and I got the same error. I tried querying the field to find out if there were any fields with non valid value. But no rows were returned. It is possible that some of the values aren't valid. I can't seem to find it. I tried
select pdf_name, publication_date from ntiac_table where publication_date not like '__/___/____';
Main Topics
Browse All Topics





by: SDuttaPosted on 2005-08-31 at 10:21:22ID: 14795785
You should use :
ate(public ation_date ,'DD/Mon/Y YYY');
update ntiac_table
set publication_date_copy=to_d