1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-05 15:41:14 +03:00
Files
mariadb-columnstore-engine/dbcon/ddlpackage/sql/atrt01.sql
2016-01-06 14:08:59 -06:00

4 lines
78 B
SQL

-- alter table with TO
alter table t1 rename t2;
alter table t1 rename to t2;