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