to char 是把日期或數字轉換為字串
to date 是把字串轉換為資料庫中得日期型別
? 轉換函式
? to_char
使用to_char函式處理數字
to_char(number, '格式')
to_char(salary,』$99,999.99』);
使用to_char函式處理日期
to_char(date,』格式』);
? to_number
使用to_number函式將字元轉換為數字
to_number(char[, '格式'])
? to_date
使用to_date函式將字元轉換為日期
to_date(char[, '格式'])
? 數字格式格式
9 代表乙個數字
0 強制顯示0
$ 放置乙個$符
l 放置乙個浮動本地貨幣符
. 顯示小數點
, 顯示千位指示符
? 日期格式
格式控制 描述
yyyy、yyy、yy 分別代表4位、3位、2位的數字年
year 年的拼寫
mm 數字月
month 月的全拼
mon 月的縮寫
dd 數字日
day 星期的全拼
dy 星期的縮寫
am 表示上午或者下午
hh24、hh12 12小時制或24小時制
mi 分鐘
ss 秒鐘
sp 數字的拼寫
th 數字的序數詞
「特殊字元」 假如特殊字元
hh24:mi:ss am 15:43:20 pm
dd 「of」 month 12 of october
ddspth fourteenth
date的格式 』18-5月-84』
ipv6掩碼格式解析
一 背景 在生產中,我們會遇到根據ipv6的位址判斷該ipv6屬於哪個地市。首先我們需要拿到全國的ipv6位址分配表。位址分配表一般是用掩碼表示的。例如 2001 250 100 40 中國 中國 教育網 36.894402 104.166000 asia chongqing utc 8 86 cn...
QT QLineEdit格式化輸入子網掩碼
ui.lineedit setinputmask 000.000.000.000 0 除了以上設定還可以設定如,只能輸入整數 以下只能輸入 1000到1000 包含 ui.setupui this ui.lineedit setplaceholdertext qstring fromlocal8bi...
Oracle日期格式
日期處理完全版 to date格式 day dd number 12 dy abbreviated fri day spelled out friday ddspth spelled out,ordinal twelfth month mm number 03 mon abbreviated mar...