This is not possible. You will need to do this one by one.
You could:
- Create a Temporary Table with your modified columns in
- Copy the data across
- Drop your original table (Double check before!)
- Rename your Temporary Table to your original name
This is not possible. You will need to do this one by one.
You could: