Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
joins
/
inner
/
q1_DRILL-1887.sql
blob: 45d595eec16b656d8eb2103639864f0d8dc4bd82 [
file
] [
log
] [
blame
]
select
*
from
`
DRILL-1887_data1
.
json
`
a
join
`
DRILL-1887_data2
.
json
`
b
on
a
.
col2
=
b
.
col2
;