sql_select_limit specifies the maximum number of rows to be returned for a SELECT query. If a SELECT statement contains the LIMIT clause, the value of the LIMIT clause has a higher priority than that of sql_select_limit. By default, the number of rows to be returned is not limited.
| Attribute | Description |
|---|---|
| Type | INT |
| Default value | 9223372036854775807 |
| Value range | [0, 9223372036854775807] |
| Applicable scope | |
| Involved in serialization | Yes |