Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query2726.q
blob: 2edb23b0988cfa6861495030cae3cc4571749e26 [
file
] [
log
] [
blame
]
select
customer
.
city
as
c0
from
customer
as
customer
where
(
customer
.
state_province
=
'CA'
)
group
by
customer
.
city order
by
customer
.
city ASC NULLS LAST
;