initcap
This section contains reference documentation for the initcap function.
Signature
Usage Examples
select INITCAP('hello world') AS name
FROM ignoreMename
select INITCAP('APACHE PINOT') AS name
FROM ignoreMename
select INITCAP('tHiS iS a TeSt') AS name
FROM ignoreMename
Last updated
Was this helpful?

