mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update docs/zh/sql-reference/statements/select/limit-by.md
This commit is contained in:
parent
504e7f2a4b
commit
78065e5010
@ -55,7 +55,7 @@ SELECT * FROM limit_by ORDER BY id, val LIMIT 1, 2 BY id
|
|||||||
|
|
||||||
与 `SELECT * FROM limit_by ORDER BY id, val LIMIT 2 OFFSET 1 BY id` 返回相同的结果。
|
与 `SELECT * FROM limit_by ORDER BY id, val LIMIT 2 OFFSET 1 BY id` 返回相同的结果。
|
||||||
|
|
||||||
以下查询返回每个`domain,device_type`组合的前5个refferrer,总计返回100行(`LIMIT n BY + LIMIT`)。
|
以下查询返回每个`domain,device_type`组合的前5个refferrer,总计返回至多100行(`LIMIT n BY + LIMIT`)。
|
||||||
|
|
||||||
``` sql
|
``` sql
|
||||||
SELECT
|
SELECT
|
||||||
|
Loading…
Reference in New Issue
Block a user