errors.fyi community error code reference
TABLE_ALREADY_EXISTS
clickhouse

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.

Numeric value: 57

References

← all namespaces