-
Notifications
You must be signed in to change notification settings - Fork 6k
Open
Labels
component/expressionseverity/moderatesig/executionSIG executionSIG executiontype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Description
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
mysql> SELECT FORMAT(1000/3, 5);
+-------------------+
| FORMAT(1000/3, 5) |
+-------------------+
| 333.33333 |
+-------------------+
1 row in set (0.01 sec)
3. What did you see instead (Required)
mysql> SELECT FORMAT(1000/3, 5);
+-------------------+
| FORMAT(1000/3, 5) |
+-------------------+
| 333.33330 |
+-------------------+
1 row in set (0.01 sec)
4. What is your TiDB version? (Required)
Metadata
Metadata
Assignees
Labels
component/expressionseverity/moderatesig/executionSIG executionSIG executiontype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.