tencent cloud

피드백

LIMIT Syntax

마지막 업데이트 시간:2024-01-20 17:25:15
    The LIMIT syntax is used to limit the number of rows in the output result.

    Syntax Format

    Read the first N rows:
    limit N
    Read N rows starting from row S:
    offset S limit N

    Syntax Example

    Get the first 10 rows of results:
    * | select status, count(*) as pv group by status limit 10
    Get the results for rows 3 to 42 (40 rows in total):
    * | select status, count(*) as pv group by status offset 2 limit 40

    Restrictions

    Metric
    Restriction
    Remarks
    Number of SQL results
    Each SQL returns up to 10,000 results.
    Default: 100; Maximum: 10,000
    
    문의하기

    고객의 업무에 전용 서비스를 제공해드립니다.

    기술 지원

    더 많은 도움이 필요하시면, 티켓을 통해 연락 바랍니다. 티켓 서비스는 연중무휴 24시간 제공됩니다.

    연중무휴 24시간 전화 지원