Sign in
apache
/
drill-test-framework
/
3ea6023caf0e85fc72c39993c46d13a6c10a3377
/
.
/
framework
/
resources
/
Functional
/
ctas
/
ctas_joins_aggregates
/
ctas_t10.sql
blob: f226f88ec02c12940ab0e43d7f5a412280e993e3 [
file
] [
log
] [
blame
]
select
c1
,
c2
from
ctas_t10
where
c2
>
1790013532
order
by
c2
desc
;