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