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