Oracle常用函數

來源:互聯網
上載者:User

標籤:

1、數值函數

  round(n[,m])

    四捨五入,m為0則直接四捨五入n,m>0取小數點後面m位,m<0取小數點前面|m|位

  ceil(n)

    取大於n的最小整數值

  floor(n)

    取小於n的最大整數值

  abs(n)

    取n的絕對值

  mod(n,m)

    取n/m的餘數,若n或m為null則結果為null

  power(n,m)

    取n的m次冪,即n^m,若n或m為null則結果為null

  sqrt(n)

    取n的平方根

  三角函數:sin(n)、asin(n)、cos(n)、acos(n)、tan(n)、atan(n);其中n為弧度

2、字元函數

  upper(str)

    取str的大寫

  lower(str)

    取str的小寫

  initcap(str)

    首字母大寫

  substr(str[,n[,m]])

    取str的第n個字母開始,長度為m的字串(當n為負數,則從字串尾第|n|位置開始取)

  length(str)

    取str的字串長度(包含空格)

  concat(str1,str2)

    與||相同,用於字串的串連

  trim(cchar from pstr)

    從pstr中首尾去除cchar(單字元);若為trim(pstr),則去除pchar首尾空格

  ltrim(pstr,cchar)

    從pstr的左部去除cchar(可連續)

  rtrim(pstr,cchar)

    從pchar的右部去除cchar(可連續)

  replace(str,s_str[,r_str])

    從str中,用r_str替換s_str;若r_str不填則用空值替代

3、日期函數

4、轉換函式

Oracle常用函數

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.