【Oracle】函數

來源:互聯網
上載者:User

字串函數

lower(char)轉換為小寫
upper(char)轉化為大寫
length(char)返回字串的長度
substr(char,m,n)截取字串,m開始的位置(從1開始),n截取的長度。

replace(char1,search_string,replace_string)替換
instr(char1,char2[,n[,m]])取字串在字串的位置

數學函數
round(n[,m])四捨五入
trunc(n[,m])截取數字
mod(m,n)模數
floor(n)返回小於或者等於n的最大整數
ceil(n)返回大於或者等於n的最小整數

日期函數
sysdate返回系統時間
add_months(d,n)
last_day(d)返回指定日期所在月份的最後一天

轉換函式
to_char

hh24
hh12
mi
ss

9:顯示數字,忽略前面的0
0:顯示數字,不足用0補齊
.:指定位置顯示小數點
,:
$:在數字前加美元
L:本地貨幣
C:國際貨幣
G:在指定位置顯示分隔字元
D:在指定位置顯示小數點

系統函數
select sys_context('userenv','db_name') from dual;

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.