Getting started with Clickhouse
blog.urbanpiper.com › getting-started-with-clickhouseOct 28, 2021 · Let's run clickhouse-client and confirm that data has been inserted into these tables. /# clickhouse-client On clickhouse client terminal, switch to database tutorial by issuing command use tutorial.:) use tutorial; Notice :) is the Clickhouse terminal prompt. The command is use tutorial. Let's see the number of rows in table visits_v1.