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