5

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.

Maxim
  • 4,075
  • 1
  • 14
  • 23

1 Answers1

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