I need to make a update
in the bank where I clear 30,000 records, however I need to zero only the record of one of the columns.
Example table: cd_product | ds_product | pr_product | dt_update
This table contains the 30mil records and I need to clear all dt_atualizacao
, but only it, the other columns can not be changed.
How can I mount this update
?