initcap

將第一個字母變成大寫
select initcap('hello world') from dual;
結果
INITCAP('HE
-----------
Hello World
select initcap('漢ello world,漢elloworld,hello漢world,hello 漢world') from dual;
結果
INITCAP('漢ELLOWORLD,漢ELLOWORLD,HELLO漢WORLD,HELLO
---------------------------------------------------
漢Ello World,漢Elloworld,Hello漢World,Hello 漢World
INITCAP()
假設c1為一字元串.函式INITCAP()是將每個單詞的第一個字母大寫,其它字母變為小寫返回.
單詞由空格,控制字符,標點符號等非字母符號限制.
例:select INITCAP('vEni,vedi,viCI') Ceasar from dual
結果為 Ceasar
Veni,Vedi,Vici

相關詞條

相關搜尋

熱門詞條

聯絡我們