mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-05-11 13:21:30 +03:00
4 lines
78 B
SQL
4 lines
78 B
SQL
-- alter table with TO
|
|
alter table t1 rename t2;
|
|
alter table t1 rename to t2;
|