1
0
mirror of https://github.com/uptrace/go-clickhouse.git synced 2025-07-05 00:28:55 +02:00

feat: add queries to create/drop views

This commit is contained in:
Vladimir Mihailenco
2022-11-03 11:58:19 +02:00
parent 55dc78bb9a
commit cbdda72055
11 changed files with 449 additions and 35 deletions

View File

@ -37,7 +37,7 @@ func (q *CreateTableQuery) WithQuery(fn func(*CreateTableQuery) *CreateTableQuer
return fn(q)
}
// ------------------------------------------------------------------------------
//------------------------------------------------------------------------------
func (q *CreateTableQuery) Table(tables ...string) *CreateTableQuery {
for _, table := range tables {