blob: b886dd3b16616141858d17579f6d59ede901f3ea [file]
explain plan for select * from ( select cast(c_groupby as varchar(4)), sum(cast(c_int as int)), sum(cast(c_bigint as bigint)), sum(cast(c_float4 as float)), sum(cast(c_float8 as double)) from data where cast(c_row as int) <> 7 and cast(c_row as int) <> 11 group by c_groupby ) t limit 0;