cloudspannerecosystem / memefish

memefish is the foundation to analyze Spanner SQL
https://cloudspannerecosystem.dev/memefish/
MIT License
76 stars 19 forks source link

Support RENAME TABLE statement #130

Closed apstndb closed 3 weeks ago

apstndb commented 1 month ago

RENAME TABLE statement is not yet supported.

https://cloud.google.com/spanner/docs/reference/standard-sql/data-definition-language#rename_table

RENAME TABLE old_table_name TO new_table_name ...
   [, old_table_name2 TO new_table_name2 ...]

Related