whereFunction.md 211 B

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

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