INITCAP
Returns the input string with the first letter of each word in uppercase and the subsequent letters in the word are in lowercase).
Syntax
INITCAP(expression varchar) → varchar
expression: Input string.
Examples
INITCAP example
INITCAP example
Last updated