Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
identifiers
/
q1.sql
blob: f1161a54ac74f8bcae7e54ba6eb3d8ab980c7a6a [
file
] [
log
] [
blame
]
-- star/star lower case customerid in the where clause
select
*
from
(
select
*
from
`
customer
.
json
`
)
where
customerid
=
100
;