Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query457.q
blob: 1fc12a476e3f18f50d4432280d5bb43885c26b42 [
file
] [
log
] [
blame
]
select
customer
.
marital_status
as
c0
from
customer
as
customer
where
UPPER
(
customer
.
marital_status
)
=
UPPER
(
'/***an illegal comment****/Marital Status'
)
group
by
customer
.
marital_status order
by
customer
.
marital_status ASC NULLS LAST
;