Use aliasing with AS to rename the result column to total_age.
AS
total_age
Make sure to type AS total_age.
AS total_age