Bytebase CLI API How-To Blog Changelog Pricing
Live demo Free Deploy
← back to main docs
SQL Review Guide toggle
PostgreSQL
Workflow toggle
GitOps with Feature Branch
Integrations toggle
Supabase
Render
Neon
ClickHouse toggle
How to Run ClickHouse with Docker
How to Connect ClickHouse with SSL
How to Create a Database
How to Create a Table
How to List Tables from a Database
How to Rename a Table
Spanner toggle
How to Find Project ID and Instance ID
How to Create a Service Account for Bytebase
How-To /
ClickHouse /
How to Rename a Table in ClickHouse

How to Rename a Table in ClickHouse

Here is an example to rename employee to employee_new:

RENAME TABLE db_how_to.employee TO db_how_to.employee_new;
Edit this page on GitHub prev
← How to List Tables from a Database How to Find Project ID and Instance ID →
Table of Contents