Skip to content

Commit e367f36

Browse files
authored
Merge pull request #4693 from Blargian/using_arrays_in_clickhouse
Guide: working with arrays in ClickHouse
2 parents f07c94e + 6fa9542 commit e367f36

File tree

11 files changed

+539
-33
lines changed

11 files changed

+539
-33
lines changed

docs/faq/operations/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ keywords: ['operations', 'administration', 'deployment', 'cluster management', '
1616
- [How do I configure ClickHouse Keeper?](/guides/sre/keeper/index.md)
1717
- [Can ClickHouse integrate with LDAP?](/guides/sre/user-management/configuring-ldap.md)
1818
- [How do I configure users, roles and permissions in ClickHouse?](/guides/sre/user-management/index.md)
19-
- [Can you update or delete rows in ClickHouse?](/guides/developer/mutations.md)
19+
- [Can you update or delete rows in ClickHouse?](/guides/starter_guides/mutations.md)
2020
- [Does ClickHouse support multi-region replication?](/faq/operations/multi-region-replication.md)
2121

2222
:::info Don't see what you're looking for?
File renamed without changes.
File renamed without changes.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
slug: /starter-guides
3+
title: 'Starter Guides'
4+
description: 'Landing page for starter guides'
5+
pagination_prev: null
6+
pagination_next: null
7+
doc_type: 'landing-page'
8+
keywords: ['beginner', 'tutorial', 'create table', 'insert data', 'select data', 'update data', 'delete data']
9+
---
10+
11+
In this section of the docs you'll find starter guides for common SQL queries: `CREATE`, `INSERT`, `SELECT`, and mutations `UPDATE` and `DELETE`.
12+
13+
| Page | Description |
14+
|-----------------------------------------------------|------------------------------------------------------------------------|
15+
| [Create Tables](/guides/creating-tables) | Starter guide on how to create a table. |
16+
| [Insert Data](/guides/inserting-data) | Starter guide on how to insert data into a table. |
17+
| [Select Data](/guides/writing-queries) | Starter guide on how to select data from a table. |
18+
| [Update and Delete Data](/guides/developer/mutations) | Starter guide on mutations - updating and deleting data in ClickHouse. |
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)