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