blob: 8358d29a9a6aed6e3c4a3330c090bac555ccb686 [file] [log] [blame]
select
avg(distinct c_bigint) + avg(c_integer),
sum(distinct c_bigint) + 100,
count(*)
from
alltypes
where
c_bigint = 884838034226544640
;