clickhouse · clickhouse/TABLE_ALREADY_EXISTS
TABLE_ALREADY_EXISTS
Table already exists
A CREATE TABLE statement attempted to create a table whose name already exists in the database. Use `CREATE TABLE IF NOT EXISTS` or drop the existing table first.