Limit Operator
Overview
Limit the number of returned results with limit
.
There is no guarantee as to which records are returned, unless a sort
has already been performed on the data.
Example
Example data
Limit to one result
p_event_time | sentBytes | type |
---|---|---|
2023-09-16 05:59:04.058 | 167 | https |
Last updated