Update docs/zh/sql-reference/statements/select/limit-by.md

This commit is contained in:
Han Fei 2022-11-29 20:52:22 +01:00 committed by GitHub
parent 504e7f2a4b
commit 78065e5010
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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` 返回相同的结果。
以下查询返回每个`domain,device_type`组合的前5个refferrer总计返回100行(`LIMIT n BY + LIMIT`)。
以下查询返回每个`domain,device_type`组合的前5个refferrer总计返回至多100行(`LIMIT n BY + LIMIT`)。
``` sql
SELECT