whereFunction.md 210 B

% This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.

FROM employees
| KEEP first_name, last_name, height
| WHERE LENGTH(first_name) < 4