Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
values
/
values_str_15.q
blob: 4ebb98c66c7f38f32ca51a7eac4d4a9d7ffab3f9 [
file
] [
log
] [
blame
]
SELECT id FROM
(
VALUES
(
'aeiou'
),(
'abcdef'
),(
'afdrgt'
),(
'abcdt'
),(
'aaaa'
),(
'a'
),(
'aeiou'
),(
''
),(
'a aa'
))
tbl
(
id
)
where
id
not
like
'a %'
;