Returns the input string with the first letter of each word in uppercase and the subsequent letters in the word are in lowercase).
expression: Input string.
Examples
SELECT INITCAP('a guide to data lakehouses') -- A Guide To Data Lakehouses
SELECT INITCAP('a guide to data lakeHouses') -- A Guide To Data Lakehouses
Last updated 2 years ago
Was this helpful?