Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.1, 10.2, 10.3, 10.4, 10.5
-
Component/s: Data types
-
Labels: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.