mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update docs/ru/sql-reference/statements/select/offset.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
This commit is contained in:
parent
f292b8a300
commit
a67888a82c
@ -36,7 +36,7 @@ SELECT * FROM test_fetch ORDER BY a LIMIT 3 OFFSET 1;
|
||||
!!! note "Примечание"
|
||||
Общее количество пропущенных строк может зависеть также от настройки [offset](../../../operations/settings/settings.md#offset).
|
||||
|
||||
### Примеры {#examples}
|
||||
## Примеры {#examples}
|
||||
|
||||
Входная таблица:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user