When executing the following (compare results in AVG column) ``` select G, AB, H, REPLACE(ROUND((H/AB),3),'0.','.') as AVG from Batting limit 25; ``` It produces the following in mycli  When using same command in mysql cli 
When executing the following (compare results in AVG column)
It produces the following in mycli
When using same command in mysql cli