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