mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-05-11 13:21:30 +03:00
5 lines
78 B
SQL
5 lines
78 B
SQL
-- alter table rename column
|
|
alter table fooby
|
|
rename column foo to bar;
|
|
|