Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
like_begin.q
blob: aa87449f6040189fb5126189290c52d451a6dfc6 [
file
] [
log
] [
blame
]
select
*
from
voter
where
name like
'%young'
;