1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix for bug #10083 (round doesn't increase scale)

This commit is contained in:
holyfoot@hf-ibm.(none)
2005-06-09 15:27:26 +05:00
parent 1fdc59ac33
commit 717d92f6a6
3 changed files with 15 additions and 12 deletions

View File

@ -143,3 +143,6 @@ select format(col2,6) from t1 where col1=7;
format(col2,6)
1,234,567,890,123,456.123450
drop table t1;
select round(150, 2);
round(150, 2)
150.00