public void Create(ClickHouseConnection conn, string db, bool ifNotExists = false) =>
 conn.Execute(CommandText.CreateView(db, ifNotExists: ifNotExists));