blob: dc8e4c3dee098b05b4eeb1a52df8d745da5576f9 [file] [log] [blame]
select c_boolean, (CASE when (c_boolean is null) then ROUND(SUM(d28/12)) else CAST(SUM(CASE when (d28 is null) then 0 else d28*1.2 end) as bigint) end) from alltypes group by c_boolean order by c_boolean;