OracleString FunctionsLENGTH
SUBSTRB

LENGTHString Functions

LENGTHB

Returns the character count of a string.

Syntax

LENGTH(str)

Example

Enter values below to update the example in real time.

name
customers
SELECT name, LENGTH(name) AS len FROM customers;