This function is used to convert the first letter of each word of a string to upper case and all other letters to lower case. Syntax initcap(string A) Parameters Table 1 Parameter Parameter Mandatory Descript
アセンブリ: Microsoft.Spark.dll パッケージ: Microsoft.Spark v1.0.0 各単語の最初の文字を大文字に変換して、新しい文字列列を返します。単語は空白で区切られます。 C# コピー public static Microsoft.Spark.Sql.Column InitCap(Microsoft.Spark.Sql.Column column); パラメーター column Column...
Returnsexprwith the first letter of each word in uppercase according to the collation ofexpr. All other letters are in lowercase. Words are delimited by white space. initcap(expr) expr: ASTRINGexpression. SQL >SELECTinitcap('sPark sql'); ...
SQL >SELECTinitcap('sPark sql'); Spark Sql Связанныефункции Қосымшаресурстар Оқиға Сындыалыңыз May 22, 12 AM - Jun 22, 12 AM AI дағдыларын Microsoft Learn Challenge: Build Edition — Microsoft Fabric кө...
This function is used to convert the first letter of each word of a string to upper case and all other letters to lower case.The return value is of the STRING type. In th
This function is used to convert the first letter of each word of a string to upper case and all other letters to lower case.The return value is of the STRING type. In th