matrixorigin / moc-docs

0 stars 6 forks source link

Update arithmetic-operators-overview.md #187

Closed yanghaitao5000 closed 1 year ago

yanghaitao5000 commented 1 year ago

5.05 / 0.014 的实际结果应该是一个8位精度的小数,如下:

mysql> select 5.05 / 0.014; +--------------+ | 5.05 / 0.014 | +--------------+ | 360.71428571 | +--------------+ 1 row in set (0.05 sec)