Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query2566.q
blob: b200f3afd2bbe12364f17fb0d9ff3a12584e7118 [
file
] [
log
] [
blame
]
select
customer
.
marital_status
as
c0
from
customer
as
customer
where
UPPER
(
customer
.
marital_status
)
=
UPPER
(
'foobar'
)
group
by
customer
.
marital_status order
by
customer
.
marital_status ASC NULLS LAST
;