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