Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
not_similar.q
blob: 4b69afd1c3ad7c966a5036e2c96a06e57a20db95 [
file
] [
log
] [
blame
]
select
*
from
student
where
name
not
similar to
'%(young|u|a)%'
;