initcap
This section contains reference documentation for the initcap function.
Last updated
Was this helpful?
This section contains reference documentation for the initcap function.
Converts the first letter of each word in a string to uppercase and the rest to lowercase.
INITCAP(col)
select INITCAP('hello world') AS name
FROM ignoreMeHello World
select INITCAP('APACHE PINOT') AS name
FROM ignoreMeApache Pinot
select INITCAP('tHiS iS a TeSt') AS name
FROM ignoreMeThis Is A Test
Last updated
Was this helpful?
Was this helpful?

