SUBSTRB
LENGTH
LENGTHB
Returns the character count of a string.
LENGTH(str)
Enter values below to update the example in real time.
name
customers
SELECT name, LENGTH(name) AS len FROM customers;