Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
min_max_dir
/
drill-3474
/
drill-3474_6.q
blob: c98bec859487c7e218ed890428fec11b27cc7b44 [
file
] [
log
] [
blame
]
select
filename
,
fqn
,
suffix
,
filepath
,
count
(*)
from
`min_max_dir`
group
by
filename
,
fqn
,
suffix
,
filepath having count
(*)
>
10
;