I have a table where there is a column named “backfill_target” and its value is 1 but I need to change this to 20 for all 300 rows, how would I do this?
EDIT:
Here is a simplified version of my table
ID|name |backfill_target|first_record|second_record
0 | test| 1 |52 |54
Assuming you want to update every row.