All Products
Search
Document Center

Simple Log Service:How do I modify the number of rows output by an SQL query statement?

Last Updated:Mar 24, 2023

By default, the log service SQL query statement outputs only the first 100 lines of content. This topic describes how to modify the number of lines output by SQL query statements.

When running a query and analysis statement, log service appends the limit 100, you can modify the number of returned rows by using the LIMIT syntax. For more information, see LIMIT syntax.