Starter Guides
In this section of the docs you'll find starter guides for common SQL queries: CREATE
, INSERT
, SELECT
, and mutations UPDATE
and DELETE
.
Page | Description |
---|---|
Create Tables | Starter guide on how to create a table. |
Insert Data | Starter guide on how to insert data into a table. |
Select Data | Starter guide on how to select data from a table. |
Update and Delete Data | Starter guide on mutations - updating and deleting data in ClickHouse. |