Sign in
apache
/
drill-test-framework
/
e082dbdd35d528c886418392b1428073c020669b
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query719.q
blob: 1a6ff9eeb9f840b88fc94d964c19784acaa8a662 [
file
] [
log
] [
blame
]
select
customer
.
state_province
as
c0
from
customer
as
customer
where
(
customer
.
country
=
'USA'
)
group
by
customer
.
state_province order
by
customer
.
state_province ASC NULLS LAST
;