LIMIT
edit
The LIMIT
processing command enables you to limit the number of rows:
FROM employees | SORT emp_no ASC | LIMIT 5
LIMIT
editThe LIMIT
processing command enables you to limit the number of rows:
FROM employees | SORT emp_no ASC | LIMIT 5