clickhouse · clickhouse/DATABASE_ALREADY_EXISTS
DATABASE_ALREADY_EXISTS
Database already exists
A CREATE DATABASE statement attempted to create a database that already exists. Use `CREATE DATABASE IF NOT EXISTS` to suppress this error.
A CREATE DATABASE statement attempted to create a database that already exists. Use `CREATE DATABASE IF NOT EXISTS` to suppress this error.