Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ydb/docs/en/core/yql/reference/syntax/alter_table/family.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ Using the `ALTER FAMILY` command, you can change the parameters of the column gr

{% endif %}

The code below changes the storage type to `hdd` for the `default` column group in the `series_with_families` table:
The code below changes the storage type to `rot` for the `default` column group in the `series_with_families` table:

```yql
ALTER TABLE series_with_families ALTER FAMILY default SET DATA "hdd";
ALTER TABLE series_with_families ALTER FAMILY default SET DATA "rot";
```

{% note info %}
Expand Down
4 changes: 2 additions & 2 deletions ydb/docs/ru/core/yql/reference/syntax/alter_table/family.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ ALTER TABLE series_with_families

{% endif %}

Приведённый ниже код для группы колонок `default` в таблице `series_with_families` сменит тип хранилища на `hdd`:
Приведённый ниже код для группы колонок `default` в таблице `series_with_families` сменит тип хранилища на `rot`:

```yql
ALTER TABLE series_with_families ALTER FAMILY default SET DATA "hdd";
ALTER TABLE series_with_families ALTER FAMILY default SET DATA "rot";
```

{% note info %}
Expand Down