Multiple operation on single column

Hi,

Trying to recreate some of the basics in Flux compared to InfluxQL is quite a stretch at present.

I can’t work out how to ask for multiple projections.

select max(temp) - min(temp) from my_measurement

I’m not sure how to go about this in Flux.

Thanks