ColumnStore Rename Table
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?
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?
Was this helpful?