It converts Upper case for the first letter of each word, keeping all other letters as lower case.
Syntax: INITCAP(column/expression)
Example:
Syntax: INITCAP(column/expression)
Example:
Use of INITCAP Function |
---|
SELECT 'oracle corporation' AS String, INITCAP('oracle corporation') AS InitCap FROM DUAL; |
SELECT 'oracleinq blogspot in' AS String,INITCAP( 'oracleinq blogspot in') AS InitCap FROM DUAL; |
No comments:
Post a Comment