Details
Description
>select bround(12.3, 2);
>NULL
For this case, the expected result is 12.3, but it is null
"Round" has the same problem:
>select round(12.3, 2);
>NULL
>select bround(12.3, 2);
>NULL
For this case, the expected result is 12.3, but it is null
"Round" has the same problem:
>select round(12.3, 2);
>NULL