Does the spanner supports renaming of columns and tables? That would be helpful while managing schema changes along with creating a new table from an existing one in a single statement.
Asked
Active
Viewed 4,061 times
1 Answers
7
You cannot rename a column or a table. Other kinds of alterations are possible, but not renaming. A work-around for renaming columns is available in this answer: Is it possible to rename columns?

Mike Curtiss
- 1,838
- 2
- 17
- 33