回答編集履歴
1
説明漏れを追記
answer
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
関数の括弧の内側から読んでいけば分かりますよ!
|
2
2
|
|
3
3
|
・to_numericはOracleに該当なし。to_numberの間違い?
|
4
|
-
・[to_number](http://www.shift-the-oracle.com/sql/functions/to_number.html)
|
4
|
+
・[to_number](http://www.shift-the-oracle.com/sql/functions/to_number.html): 数値へ
|
5
|
-
・[数値用の書式モデル](http://www.shift-the-oracle.com/sql/number-format-element.html)
|
5
|
+
・[数値用の書式モデル](http://www.shift-the-oracle.com/sql/number-format-element.html): `'9999'`の書式
|
6
6
|
・[to_char](http://www.shift-the-oracle.com/sql/functions/to_char.html): 数値から文字列に変換
|
7
7
|
・[trim](http://www.shift-the-oracle.com/sql/functions/trim.html): 双方向文字サプレス
|
8
8
|
・[substr](http://www.shift-the-oracle.com/sql/functions/substr.html): 部分文字列取得
|