Aggregate of expression of fields

Hi. I’m kinda new, so sorry for easy question.

I can’t find right syntax for this case:
I have two fields, i need to calculate mean of sum of these fields.
Something like this:
select mean(field1+field2) from … where …
Is there right syntax to do so?