Totally works!
UPDATE CUSTOMER_ORDER SET PRINTED_DATE = NULL where STATUS = 'F' and PRINTED_DATE = ''
This is in an ERP database. When the date = '', that is when reports will display 1900-01-01 etc.