TimonKK
Results
2
issues of
TimonKK
I'm trying set ssl connect to clickhouse server which hosted on VPS. I can connect to ClickHouse by [this](https://www.npmjs.com/package/clickhouse) nodejs lib with my certificate, but in DBeaver I got error...
question
jdbc-v1
area:docs
action:verify
I have query SELECT date, groupArray([widget, toString(actionCount)]) AS widgetList FROM ( SELECT date, arrayJoin(queries) AS widget, count(*) AS actionCount FROM prodlog_temp.log WHERE mark = 'page updated' GROUP BY date, widget...