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