Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
morefiles
/
q4.q
blob: 724bb9ffa674e2ab491767954e3517978b34bc30 [
file
] [
log
] [
blame
]
select
dir0
,
col1
,
col2
from
`data3`
where
dir0
<>
'folder2'
and
dir0
<>
'folder'
and
col1
+
col2
=
2
;