Sign in
apache
/
drill-test-framework
/
d8d7538f560c515139a5f4743d86b15968a46092
/
.
/
framework
/
resources
/
Functional
/
text_storage
/
testcases
/
drill4919_6.sql
blob: 7693fde09847d7f36a9ce1884948522f692cdd2b [
file
] [
log
] [
blame
]
select
Id
,
col2
from
`/
drill
/
testdata
/
text_storage
/
drill4919
.
tcsv
`
where
col1
like
'c%'
;