A view does not actually store the data like a table would. A view is simply a reference to particular columns in a table or tables.
So there is no need to copy data from one column to another, simply drop the current view and re-create it exactly the way you want manipulating the select statement within the create view.
Bookmarks