INITCAP

Capitalise first letter of each word.

Category: String Functions

Syntax

INITCAP(str)

Arguments

  • str varchar Input string value.

Returns

varchar — Returns the computed result as varchar.