mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Precision Math implementation
BitKeeper/etc/ignore: Added client/decimal.c client/my_decimal.cc client/my_decimal.h to the ignore list
This commit is contained in:
@ -462,5 +462,5 @@ rout int(11) default '0'
|
||||
INSERT INTO t1 VALUES ('1',1,0);
|
||||
SELECT DISTINCT html,SUM(rout)/(SUM(rin)+1) as 'prod' FROM t1 GROUP BY rin;
|
||||
html prod
|
||||
1 0.00
|
||||
1 0.00000
|
||||
drop table t1;
|
||||
|
Reference in New Issue
Block a user