Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1(EOL), 10.2(EOL), 10.3(EOL), 10.4(EOL), 10.5
-
None
Description
SELECT ROUND(18446744073709551615,-10), ROUND(18446744073709551615,-11); |
+---------------------------------+---------------------------------+
|
| ROUND(18446744073709551615,-10) | ROUND(18446744073709551615,-11) |
|
+---------------------------------+---------------------------------+
|
| 18446744070000000000 | 26290448384 |
|
+---------------------------------+---------------------------------+
|
The result for the second columns is wrong. The expected result is 18446744100000000000.