mirror of
https://github.com/sqlfluff/sqlfluff
synced 2025-12-17 19:31:32 +00:00
2 lines
53 B
SQL
2 lines
53 B
SQL
ALTER TABLE old_table_name RENAME TO new_table_name;
|