trying to create a MQT and it fails with error:
During SQL processing it returned:
SQL0206N "f" is not valid in the context where it is used.
SQLSTATE=42703
create table user.ytable as (select PERIOD, a, b, c, D, e sum(f) as sum_f, min (f) as min_f, g
from USER.yraw
group by grouping sets
(
(a),
(a, b)
)
)
data initially deferred refresh immediate