Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
min_max_dir
/
drill-3474
/
drill-3474_10.q
blob: 36faec0936d61245f0245666084cb12533a39da4 [
file
] [
log
] [
blame
]
select
distinct
(
filename
)
from
`min_max_dir`
where
filepath like
'%2016%'
order
by
filename
;