Sign in
apache
/
drill-test-framework
/
d8d7538f560c515139a5f4743d86b15968a46092
/
.
/
framework
/
resources
/
Functional
/
text_storage
/
testcases
/
drill4919_7.sql
blob: 9d284a050c91c865822f0baae3b72f9abba457bc [
file
] [
log
] [
blame
]
select
Id
,
count
(*)
from
`/
drill
/
testdata
/
text_storage
/
drill4919
.
tcsv
`
group
by
Id
order
by
count
(*);