Syntax initcap(string A) Parameters Table 1 Parameter Parameter Mandatory Description A Yes STRING Text string to be converted Return Values The return value is of the STRING type. In the string, the first le
This Oracle tutorial explains how to use the Oracle / PLSQL INITCAP function with syntax and examples. The Oracle / PLSQL INITCAP function sets the first character in each word to uppercase and the rest to lowercase.
SQL Server中查询中的INITCAP如果对SVF感兴趣,这里有一个缩小的版本,它允许定制和边缘事件。例如,你会...
Preparing Data for Display:Formats text data for display in reports, GUIs, and other interfaces. Data Cleaning and Normalization:Normalizes text data to a consistent format before storage or processing. Syntax: NLS_INITCAP(string1 [, 'nlsparam' ]) Parameters: Return Value Type : CHAR, VARCHAR2...
Syntax: initcap(<string>) PostgreSQL Version: 9.3 Visual Presentation of PostgreSQL INITCAP() function Example: PostgreSQL INITCAP() function: In the example below the initcap function returns to convert the first character or each word in capital and rest are in small letter. ...
Learn the syntax of the initcap function of the SQL language in Databricks SQL and Databricks Runtime.
INITCAP()returns a string with the first letter of each word in uppercase and all other letters in lowercase. Words are delimited by white spaces or non-alphanumeric characters. Syntax INITCAP(char) Parameters charspecifies the source string. It can be of theCHAR,VARCHAR2,NCHAR, orNVARCHAR2da...
Favorite Download PDF ShareWas this page helpful? YesNoCopyright Disclaimer Privacy Statement Legal Disclosure Trademark Terms of Use System Status Ask a question about the SAP Help Portal Find us on Share
Syntax initcap(string A) Parameters Table 1 Parameter Parameter Mandatory Description A Yes STRING Text string to be converted Return Values The return value is of the STRING type. In the string, the first letter of each word is capitalized, and the other letters are lowercased. Example Cod...
Spark SQL Syntax Spark Open Source Commands Databases Tables Data Exporting Query Results Datasource Connections Views Viewing the Execution Plan Data Permissions Data Types User-Defined Functions Built-In Functions Date Functions String Functions