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