Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
identifiers
/
drill-2053.sql
blob: 68b7b81aaa5eb5df44c353b2b5a7ca2a2ec6323d [
file
] [
log
] [
blame
]
with
a
as
(
select
*
from
`
customer
.
json
`
)
select
*
from
a
,
`
customer
.
json
`
b
where
a
.
CUSTOMERID
=
b
.
customerid
;