ColumnStore Rename Table
RENAME TABLE for MariaDB ColumnStore renames one or more ColumnStore tables; cannot move a table between databases (use ALTER TABLE for that scenario).
RENAME TABLE orders TO customer_order;RENAME TABLE orders TO customer_orders,customer TO customers;RENAME TABLE customer TO temp_table, vendor TO customer,temp_table to vendor;Last updated
Was this helpful?

