What is wrong with mySQL query?
My query is:
mysql_select_db($database_mysql, $mysql);
$query_Recordset1 = 'SELECT *, FORMAT(`RPI`,2) As RPI,`CPU`*`Cores` As Phys_Cores, `OS_disks`+`Project_disks`+`Output_disks` as Disks, FORMAT(`Gain`,1) As Gain FROM `Personal_data`,`Benchmark_results` WHERE Personal_data.Ref_ID = Benchmark_results.Ref_ID '.$conditions.' ORDER BY Total, RPI ASC' ;
Notice the 2 decimals in the Format(`RPI`,2) statement, but I get:

So how do I get this shown as 1.00 instead of 1?
For the site in question, look here: http://ppbm5.com/DB-PPBM5-2.php