I need to create an update script to update a particular column(as_at) in a table. The table is having nearly 500 partitions and each partition is having millions of rows.I need to update the entire table. the table is partitioned on the basis of another column(as_of). Both are date columns. i can not go for CTAS. Any other idea to update the table.