Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
aggregates
/
aggregate
/
aggregate5.q
blob: 0ae6a81229ac2d306d4c54d12e999872b0efb665 [
file
] [
log
] [
blame
]
select
max
(
c_int
),
max
(
c_bigint
),
max
(
c_float4
),
max
(
c_float8
)
from
data
;