INITCAP
Capitalise first letter of each word.
Category: String Functions
Syntax
INITCAP(str)
Arguments
- str
varcharInput string value.
Returns
varchar — Returns the computed result as varchar.
Capitalise first letter of each word.
Category: String Functions
INITCAP(str)
varchar
Input string value.varchar — Returns the computed result as varchar.