Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query839.q
blob: 893c8fd7c5210710f661c5acf939eb21a4eef818 [
file
] [
log
] [
blame
]
select
store
.
store_city
as
c0
,
store
.
store_postal_code
as
c1
from
store
as
store
where
(
store
.
store_state
=
'CA'
)
group
by
store
.
store_city
,
store
.
store_postal_code order
by
store
.
store_city ASC NULLS LAST
;