Oracle BI Solutions: Round Function (with numbers)

Oracle BI Solutions: Round Function (with numbers)

瀏覽:1117
日期:2025-10-13
decimal_places is the number of decimal places rounded to. This value must be an integer. If this parameter is omitted, the round function will round the number to ... round(125.315) would return 125 round(125.315, 0) would return 125 round(125.315, 1) wo...看更多