New

The executive guide to generative AI

Read more

LENGTHedit

Returns the character length of a string.

FROM employees
| KEEP first_name, last_name, height
| EVAL fn_length = LENGTH(first_name)