LENGTH
SELECT id, first_name, LENGTH(first_name) first_name_length FROM students
three bytes
Pro tip: use ```triple backticks around text``` to write in code fences