I have a spread query and need to do a mathematical calculation on the value, how do I add the maths as the below don’t work.
SELECT spread(pulseNO*0.3) FROM weather_rain WHERE $timeFilter GROUP BY time($__interval) fill(none)
I have a spread query and need to do a mathematical calculation on the value, how do I add the maths as the below don’t work.
SELECT spread(pulseNO*0.3) FROM weather_rain WHERE $timeFilter GROUP BY time($__interval) fill(none)