Silmdave,

Can we use DETERMINISTIC function in this example?

As per the manual, it can be use only when
The function must return the same output return value for any given set of input argument values.

I think round(power(2,MEASUREMENT1/12),8) the_result may return different values based on MEASUREMENT1 column value.

Tamil