% This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it. **Example** ```esql FROM employees | KEEP last_name | EVAL right = RIGHT(last_name, 3) ``` | last_name:keyword | right:keyword | | --- | --- | | Awdeh | deh | | Azuma | uma | | Baek | aek | | Bamford | ord | | Bernatsky | sky |