引数 | 必須/ オプション | 説明 |
---|---|---|
numeric_value | 必須 | 数値データ型。文字列に変換したい数値です。有効な式を必要に応じて入力できます。 |
SALES | RETURN VALUE |
---|---|
1010.99 | '1010.99' |
-15.62567 | '-15.62567' |
10842764968208837340 | '1.084276496820884e+019' (rounded to 16th digit) |
1.234567890123456789e-10 | '0.0000000001234567890123457'(greater than 1e-16 but less than 1e16) |
1.23456789012345e17 | '1.23456789012345e17' (greater than 1e16) |
0 | '0' |
33.15 | '33.15' |
NULL | NULL |