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