INITCAP
Capitalize first letter of each word.
Category: String Functions
Syntax
INITCAP(string)Arguments
- string
varcharString input value.
Returns
VARCHAR — Returns the computed result as VARCHAR.
Capitalize first letter of each word.
Category: String Functions
INITCAP(string)varchar
String input value.VARCHAR — Returns the computed result as VARCHAR.