Описание тега limit
Relates to any sort of limit applied to data or resources, e.g. limiting the size or value of a variable, limiting the rate of incoming traffic or CPU usage. [tag:sql-limit] should be used to refer to the LIMIT keyword in SQL.
Relates to any sort of limit applied to data or resources:
- Limit a size of a database
- Limit the admissable value of a variable
- Limit to the rate of incoming traffic
- Limit to CPU/reqource usage
Also relating to the mathematical notion of limit: the value that a sequence of numbers "approaches" as the sequence progresses.
Use sql-limit for questions related to LIMIT
keyword in SQL.