Search before asking
Version
2.0.3-rc6
What's Wrong?
I would like to ask what is the result of executing this in the terminal and whether this is a problem.
`
mysql> SELECT 10.5 DIV 2 * 2 AS "mynum";
+-------+
| mynum |
+-------+
| 2 |
+-------+
1 row in set (0.01 sec)
mysql>
`
What You Expected?
10
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct