$query3 = "SELECT targetcpa, predictedcpa, CAST( targetcpa * 0.25 AS DECIMAL (6,2) ) AS percentage FROM targets";
Percentage will now show targetcpa with an extra 25% on it.