I have too many columns in my table and would like to move this data to a different table. How would I go about doing this while still retaining a reference to the old rows?
Current
| Name | Data 1 | Data 2 | Data 3 - To be moved | Data 4 - To be Moved |
|---|
Desired
| Name | Data 1 | Data 2 | Link to row in new table |
|---|
| Data 3 | Data 4 | Link to row in previous table |
|---|
Hope that makes sense! Thanks!
